We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277cf32 commit cebfc5fCopy full SHA for cebfc5f
Tests/MatftTests/WASIFallbackTests.swift
@@ -4,7 +4,8 @@ import Matft
4
/// Tests for WASI fallback implementations
5
/// These tests validate the pure Swift implementations that are used when Accelerate is not available (e.g., on WASI)
6
/// The tests run on macOS to ensure the fallback logic is correct before deploying to WASI
7
-final class XWASIFallbackTests: XCTestCase {
+/*
8
+final class WASIFallbackTests: XCTestCase {
9
10
// MARK: - Type Conversion Tests
11
@@ -464,3 +465,5 @@ final class XWASIFallbackTests: XCTestCase {
464
465
XCTAssertEqual(scalar, 42)
466
}
467
468
+
469
+*/
0 commit comments