aboutsummaryrefslogtreecommitdiff
path: root/test/run_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_tests.cpp')
-rw-r--r--test/run_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_tests.cpp b/test/run_tests.cpp
index b44dc6ac7a..661100f6b4 100644
--- a/test/run_tests.cpp
+++ b/test/run_tests.cpp
@@ -109,6 +109,7 @@ static void add_compiling_test_cases(void) {
add_simple_case("function call", R"SOURCE(
use "std.zig";
+ use "syscall.zig";
fn empty_function_1() {}
fn empty_function_2() { return; }