Skip to content

Commit 395aee0

Browse files
committed
Further process paths on windows 2
1 parent 1faeac1 commit 395aee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/dis/panic_sequential_many.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// compile-flags: -C target-feature=+ext:SPV_KHR_non_semantic_info
88
// compile-flags: -C llvm-args=--abort-strategy=debug-printf
99
// compile-flags: -C llvm-args=--disassemble
10-
10+
//
1111
// FIXME(eddyb) consider using such replacements also for dealing
1212
// with `OpLine` changing all the time (esp. in libcore functions).
1313
//
@@ -16,7 +16,7 @@
1616
// normalize-stderr-test "OpSource .*\n" -> ""
1717
// normalize-stderr-test "OpExtension .SPV_KHR_vulkan_memory_model.\n" -> ""
1818
// normalize-stderr-test "OpMemoryModel Logical Vulkan" -> "OpMemoryModel Logical Simple"
19-
19+
// normalize-stderr-test "\S:\S*/panic_sequential_many.rs" -> "$$DIR/panic_sequential_many.rs"
2020
// FIXME(eddyb) handle this one in the test runner.
2121
// normalize-stderr-test "\S*/lib/rustlib/" -> "$$SYSROOT/lib/rustlib/"
2222

0 commit comments

Comments
 (0)