aboutsummaryrefslogtreecommitdiff
path: root/test/incremental/temporary_parse_error
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-01-16 04:20:41 -0500
committerGitHub <noreply@github.com>2025-01-16 04:20:41 -0500
commitd4fe4698d9ff865ed1dc7e0163f2d5fcbe2b45a6 (patch)
tree160d596e8ab0ab9568dac3f026c2ce42ad1c935e /test/incremental/temporary_parse_error
parent77273103a8f9895ceab28287dffcf4d4c6fcb91b (diff)
parenteda8b6e137a10f398cd292b533e924960f7fc409 (diff)
downloadzig-d4fe4698d9ff865ed1dc7e0163f2d5fcbe2b45a6.tar.gz
zig-d4fe4698d9ff865ed1dc7e0163f2d5fcbe2b45a6.zip
Merge pull request #22220 from ziglang/wasm-linker
wasm linker: aggressive rewrite towards Data-Oriented Design
Diffstat (limited to 'test/incremental/temporary_parse_error')
-rw-r--r--test/incremental/temporary_parse_error1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/incremental/temporary_parse_error b/test/incremental/temporary_parse_error
index 4668c53b32..675232ea94 100644
--- a/test/incremental/temporary_parse_error
+++ b/test/incremental/temporary_parse_error
@@ -1,6 +1,7 @@
#target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe
#target=x86_64-windows-cbe
+#target=wasm32-wasi-selfhosted
#update=initial version
#file=main.zig
const std = @import("std");