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:
Max Desiatov
2025-07-24 19:39:58 +01:00
committed by GitHub
parent b4f2821a89
commit 9c6fba67cf

View File

@@ -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!")