Skip to content

Commit ce16289

Browse files
committed
Use OS=wasi in test/embedded/hello.swift
1 parent 1efd278 commit ce16289

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=none-wasm
5+
// REQUIRES: OS=macosx || OS=linux-gnu || OS=none-eabi || OS=none-elf || OS=wasi
66
// REQUIRES: swift_feature_Embedded
77

88
print("Hello, Embedded Swift!")

0 commit comments

Comments
 (0)