aboutsummaryrefslogtreecommitdiff
path: root/test/cases/llvm
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2023-10-14 22:02:32 +0300
committerVeikka Tuominen <git@vexu.eu>2023-10-17 11:55:17 +0300
commite765495b114af3417aea4cffcd7c37f400aab3fe (patch)
tree89e1f9a8e856e565d192d08ec8db165fd5d2b6f4 /test/cases/llvm
parent58b07ea14fcf5212cfcc14e5ad3366287894618e (diff)
downloadzig-e765495b114af3417aea4cffcd7c37f400aab3fe.tar.gz
zig-e765495b114af3417aea4cffcd7c37f400aab3fe.zip
tests: translate-c and run-translated-c to the test harness
Diffstat (limited to 'test/cases/llvm')
-rw-r--r--test/cases/llvm/hello_world.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/llvm/hello_world.zig b/test/cases/llvm/hello_world.zig
index 0f75f624ec..8bc1c60614 100644
--- a/test/cases/llvm/hello_world.zig
+++ b/test/cases/llvm/hello_world.zig
@@ -7,7 +7,7 @@ pub fn main() void {
// run
// backend=llvm
// target=x86_64-linux,x86_64-macos
-// link_libc=1
+// link_libc=true
//
// hello world!
//