summaryrefslogtreecommitdiff
path: root/test/test_fallback_malloc.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_fallback_malloc.pass.cpp')
-rw-r--r--test/test_fallback_malloc.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fallback_malloc.pass.cpp b/test/test_fallback_malloc.pass.cpp
index 250a738..734a276 100644
--- a/test/test_fallback_malloc.pass.cpp
+++ b/test/test_fallback_malloc.pass.cpp
@@ -165,7 +165,7 @@ void exhaustion_test3 () {
}
-int main ( int argc, char *argv [] ) {
+int main () {
print_free_list ();
char *p = (char *) fallback_malloc ( 1024 ); // too big!