summaryrefslogtreecommitdiff
path: root/test/test_vector3.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vector3.pass.cpp')
-rw-r--r--test/test_vector3.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vector3.pass.cpp b/test/test_vector3.pass.cpp
index a817125..2f983ef 100644
--- a/test/test_vector3.pass.cpp
+++ b/test/test_vector3.pass.cpp
@@ -48,7 +48,7 @@ void destroy(void* v)
t->~T();
}
-int main( int argc, char *argv [])
+int main()
{
std::set_terminate(my_terminate);
{