We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3582d commit b38ee42Copy full SHA for b38ee42
Tests/SwiftDriverTests/SwiftDriverTests.swift
@@ -2758,7 +2758,6 @@ final class SwiftDriverTests: XCTestCase {
2758
}
2759
#endif
2760
2761
- #if os(macOS) || os(Windows)
2762
do {
2763
// undefined behavior sanitizer
2764
var driver = try Driver(args: commonArgs + ["-sanitize=undefined"])
@@ -2817,7 +2816,6 @@ final class SwiftDriverTests: XCTestCase {
2817
2816
XCTAssertTrue(linkCmd.contains(.flag("-fsanitize=scudo")))
2818
2819
2820
- #endif
2821
2822
// FIXME: This test will fail when not run on Android, because the driver uses
2823
// the existence of the runtime support libraries to determine if
0 commit comments