We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bda80 commit acd15f4Copy full SHA for acd15f4
1 file changed
Tests/PerformanceTests/BoolPefTests.swift
@@ -5,9 +5,11 @@
5
// Created by Junnosuke Kado on 2021/05/05.
6
//
7
8
+// Performance tests for boolean operations disabled for WASM temporally
9
+#if !os(WASI)
10
import XCTest
-//@testable import Matft
-import Matft
11
+
12
+@testable import Matft
13
14
final class BoolPefTests: XCTestCase {
15
@@ -68,3 +70,4 @@ final class BoolPefTests: XCTestCase {
68
70
}
69
71
72
73
+#endif
0 commit comments