Skip to content

Commit c551912

Browse files
committed
builder: add 'wasm-unknown' to list of targets for clang features verification
Signed-off-by: deadprogram <[email protected]>
1 parent ad30085 commit c551912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/builder_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func TestClangAttributes(t *testing.T) {
3535
"riscv-qemu",
3636
"wasi",
3737
"wasm",
38+
"wasm-unknown",
3839
}
3940
if hasBuiltinTools {
4041
// hasBuiltinTools is set when TinyGo is statically linked with LLVM,

0 commit comments

Comments
 (0)