Skip to content

Commit f58bb4a

Browse files
committed
WIP
1 parent 8b96afd commit f58bb4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/MatftTests/SubscriptTest.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import XCTest
33
import Matft
44

55
final class SubscriptTests: XCTestCase {
6-
6+
#if !os(WASI)
77
func testScalar() {
88
do{
99
let a = Matft.arange(start: 0, to: 27, by: 1, shape: [3,3,3])
@@ -1078,4 +1078,5 @@ final class SubscriptTests: XCTestCase {
10781078

10791079
}
10801080
}
1081+
#endif
10811082
}

0 commit comments

Comments
 (0)