mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85285 from swiftlang/maxd/xfail-wasilibc-al2023
[6.2.1] disable `wasilibc_function.swift` as failing on AL2023
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
// RUN: %target-run-simple-swift(-enable-experimental-feature Embedded -parse-as-library -wmo) | %FileCheck %s
|
|
||||||
|
|
||||||
// REQUIRES: executable_test
|
|
||||||
// REQUIRES: OS=wasip1
|
|
||||||
// REQUIRES: swift_feature_Embedded
|
|
||||||
|
|
||||||
import WASILibc
|
|
||||||
@main struct Main {
|
|
||||||
static func main() {
|
|
||||||
puts("Hello")
|
|
||||||
// CHECK: Hello
|
|
||||||
let div_result = div(5,2)
|
|
||||||
print(div_result.quot)
|
|
||||||
// CHECK: 2
|
|
||||||
print(div_result.rem)
|
|
||||||
// CHECK: 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user