diff options
Diffstat (limited to 'tests/throwntogethertest.cc')
-rw-r--r-- | tests/throwntogethertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/throwntogethertest.cc b/tests/throwntogethertest.cc index ba0a682..5a4f14f 100644 --- a/tests/throwntogethertest.cc +++ b/tests/throwntogethertest.cc @@ -1,5 +1,5 @@ #include "csgtestcore.h" int main(int argc, char* argv[]) { - return csgtestcore(argc+1, argv, TEST_THROWNTOGETHER); + return csgtestcore(argc, argv, TEST_THROWNTOGETHER); } |