From 8b37001cdff5ba8980fe1d8539e61ca9af6654de Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 18 Nov 2016 12:30:27 +0300 Subject: [PATCH] typo in unit test runner --- backend.native/tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }