Skip to content

Commit 629b8f2

Browse files
[WASM] Disable simd test case for WASI OS
simd api maybe stable in future https://github.com/WebAssembly/simd
1 parent 7a3f27e commit 629b8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/simd_diagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-typecheck-verify-swift
22

33
// FIXME: No simd module on linux rdar://problem/20795411
4-
// XFAIL: linux, windows
4+
// XFAIL: linux, windows, wasm
55

66
import simd
77

0 commit comments

Comments
 (0)