typo in unit test runner

This commit is contained in:
Vasily Levchenko
2016-11-18 12:30:27 +03:00
parent 26710e52a1
commit 8b37001cdf
+1 -1
View File
@@ -24,7 +24,7 @@ kotlinNativeMain() {
main((void *)0);
return 0;
#else
return exit(run_test());
exit(run_test());
#endif
}