diff --git a/backend.native/tests/main.c b/backend.native/tests/main.c index 8b04cdcb4ca..2c0c0d4f125 100644 --- a/backend.native/tests/main.c +++ b/backend.native/tests/main.c @@ -24,7 +24,7 @@ kotlinNativeMain() { main((void *)0); return 0; #else - return exit(run_test()); + exit(run_test()); #endif }