mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
test/embedded: re-enable hello.swift for wasip1 (#83290)
This test was disabled by mistake after renaming `wasi` to `wasip1` component of WASI triples.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// REQUIRES: swift_in_compiler
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: OS=macosx || OS=linux-gnu || OS=none-eabi || OS=none-elf || OS=wasi
|
||||
// REQUIRES: OS=macosx || OS=linux-gnu || OS=none-eabi || OS=none-elf || OS=wasip1
|
||||
// REQUIRES: swift_feature_Embedded
|
||||
|
||||
print("Hello, Embedded Swift!")
|
||||
|
||||
Reference in New Issue
Block a user