Skip to content

Commit fbd51e2

Browse files
committed
test: attempt to fix swiftlang#28538
1 parent 745a5e5 commit fbd51e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/Driver/sanitize_scudo.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
// RUN: %swiftc_driver -resource-dir %S/Inputs/fake-resource-dir/lib/swift/ -driver-print-jobs -emit-library -sanitize=scudo -target x86_64-unknown-linux-gnu %s 2>&1 | %FileCheck -check-prefix=SCUDO_LIBRARY_LINUX %s
2121

22-
// SCUDO_LINUX: bin/clang
22+
// SCUDO_LINUX: bin{{/|\\\\}}clang
2323
// SCUDO_LINUX-SAME: -pie
2424
// SCUDO_LINUX-SAME: -fsanitize=scudo
2525
// SCUDO_OSX_32: unsupported option '-sanitize=scudo' for target 'i386-apple-macosx10.9'
@@ -35,6 +35,6 @@
3535
// SCUDO_ASAN: argument '-sanitize=scudo' is not allowed with '-sanitize=address'
3636
// SCUDO_TSAN: argument '-sanitize=scudo' is not allowed with '-sanitize=thread'
3737
// SCUDO_UBSAN_LINUX: -fsanitize=undefined,scudo
38-
// SCUDO_LIBRARY_LINUX: bin/clang
38+
// SCUDO_LIBRARY_LINUX: bin{{/|\\\\}}clang
3939
// SCUDO_LIBRARY_LINUX-NOT: -fsanitize=scudo
4040

0 commit comments

Comments
 (0)