Skip to content

Commit b38ee42

Browse files
committed
Revert "Tests: reduce enabled tests on Linux"
This reverts commit 09ac8a8.
1 parent 4a3582d commit b38ee42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,6 @@ final class SwiftDriverTests: XCTestCase {
27582758
}
27592759
#endif
27602760

2761-
#if os(macOS) || os(Windows)
27622761
do {
27632762
// undefined behavior sanitizer
27642763
var driver = try Driver(args: commonArgs + ["-sanitize=undefined"])
@@ -2817,7 +2816,6 @@ final class SwiftDriverTests: XCTestCase {
28172816
XCTAssertTrue(linkCmd.contains(.flag("-fsanitize=scudo")))
28182817
}
28192818
#endif
2820-
#endif
28212819

28222820
// FIXME: This test will fail when not run on Android, because the driver uses
28232821
// the existence of the runtime support libraries to determine if

0 commit comments

Comments
 (0)