We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fbfa9 commit 89cb093Copy full SHA for 89cb093
2 files changed
Tests/PerformanceTests/IndexingPefTests.swift
@@ -1,6 +1,8 @@
1
+// Performance tests for boolean operations disabled for WASM temporally
2
+#if !os(WASI)
3
import XCTest
-//@testable import Matft
-import Matft
4
+
5
+@testable import Matft
6
7
final class IndexingPefTests: XCTestCase {
8
@@ -18,4 +20,4 @@ final class IndexingPefTests: XCTestCase {
18
20
}
19
21
22
-
23
+#endif
Tests/PerformanceTests/MathPefTests.swift
@@ -1,3 +1,5 @@
//
// MathPefTests.swift
@@ -6,8 +8,8 @@
9
10
11
12
13
14
final class MathPefTests: XCTestCase {
15
@@ -67,5 +69,5 @@ final class MathPefTests: XCTestCase {
67
69
68
70
71
72
73
0 commit comments