diff options
Diffstat (limited to 'libcxxabi/test/test_exception_storage.pass.cpp')
-rw-r--r-- | libcxxabi/test/test_exception_storage.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/test_exception_storage.pass.cpp b/libcxxabi/test/test_exception_storage.pass.cpp index d5092274d91..13a4a60c797 100644 --- a/libcxxabi/test/test_exception_storage.pass.cpp +++ b/libcxxabi/test/test_exception_storage.pass.cpp @@ -42,7 +42,7 @@ size_t thread_globals [ NUMTHREADS ] = { 0 }; __libcxxabi_thread_t threads [ NUMTHREADS ]; #endif -int main ( int argc, char *argv [] ) { +int main () { int retVal = 0; #ifndef _LIBCXXABI_HAS_NO_THREADS |