diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2015-12-10 15:34:38 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2015-12-10 15:34:38 -0700 |
| commit | 0dbee2300ed28c18ecccaf71f10f68eb2da71266 (patch) | |
| tree | ac804032eccb2f07258b45023739b694ee937d8c /test | |
| parent | 3e8a98fa619516d0617a827a79601264a554d88b (diff) | |
| download | zig-0dbee2300ed28c18ecccaf71f10f68eb2da71266.tar.gz zig-0dbee2300ed28c18ecccaf71f10f68eb2da71266.zip | |
add inline assembly support
Diffstat (limited to 'test')
| -rw-r--r-- | test/run_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_tests.cpp b/test/run_tests.cpp index d3bc5f8bde..2ea6befd0d 100644 --- a/test/run_tests.cpp +++ b/test/run_tests.cpp @@ -397,6 +397,7 @@ loop_2_end: exit(0); } )SOURCE", "OK\n"); + } static void add_compile_failure_test_cases(void) { |
