Skip to content

Commit 9c6fba6

Browse files
authored
test/embedded: re-enable hello.swift for wasip1 (#83290)
This test was disabled by mistake after renaming `wasi` to `wasip1` component of WASI triples.
1 parent b4f2821 commit 9c6fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/hello.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// REQUIRES: swift_in_compiler
44
// REQUIRES: executable_test
5-
// REQUIRES: OS=macosx || OS=linux-gnu || OS=none-eabi || OS=none-elf || OS=wasi
5+
// REQUIRES: OS=macosx || OS=linux-gnu || OS=none-eabi || OS=none-elf || OS=wasip1
66
// REQUIRES: swift_feature_Embedded
77

88
print("Hello, Embedded Swift!")

0 commit comments

Comments
 (0)