We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7fe71 commit c3f8704Copy full SHA for c3f8704
test/stdlib/Runtime.swift.gyb
@@ -593,7 +593,7 @@ Runtime.test("Struct layout with reference storage types") {
593
print(malkovich)
594
}
595
596
-#if !(canImport(Darwin) && !_runtime(_ObjC))
+#if !(canImport(Darwin) && !_runtime(_ObjC)) && !os(WASI)
597
Runtime.test("SwiftError layout constants for LLDB") {
598
let offsetof_SwiftError_typeMetadata = pointerToSwiftCoreSymbol(name: "_swift_lldb_offsetof_SwiftError_typeMetadata")!
599
let sizeof_SwiftError = pointerToSwiftCoreSymbol(name: "_swift_lldb_sizeof_SwiftError")!
0 commit comments