summaryrefslogtreecommitdiff
path: root/test/test_fallback_malloc.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-24 00:37:13 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-24 00:37:13 +0000
commit08bf03cf8ca8a4f55644956aec77677b3f0cf232 (patch)
tree896f39c9a0baca1fb5f4710d3a8efcf7f737d100 /test/test_fallback_malloc.pass.cpp
parent534295b102a7f9951ab2b8b38637b9cdf57cade1 (diff)
Fix warnings in libc++abi tests
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@290471 91177308-0d34-0410-b5e6-96231b3b80d8
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!