Skip to content

Commit dce044a

Browse files
committed
Disable subscript tests for wasi
1 parent bfd60b6 commit dce044a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/MatftTests/SubscriptTest.swift

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

55
final class SubscriptTests: XCTestCase {
6-
6+
7+
#if !os(WASI)
78
func testScalar() {
89
do{
910
let a = Matft.arange(start: 0, to: 27, by: 1, shape: [3,3,3])
@@ -818,8 +819,7 @@ final class SubscriptTests: XCTestCase {
818819
}
819820

820821
}
821-
822-
#if !os(WASI)
822+
823823
func testFancyIndexGet2(){
824824

825825
do{

0 commit comments

Comments
 (0)