Skip to content

Commit f198c50

Browse files
committed
Fix split-dwarf-dwp-invalid test to be Windows-path-separator compatible
1 parent edda857 commit f198c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/tools/llvm-symbolizer/split-dwarf-dwp-invalid.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ CHECK: warning: DWARF unit at offset 0x00000000 has unsupported version 255, sup
2424
CHECK: warning: DWARF unit at offset 0x00000000 has unsupported version 255, supported are 2-5
2525

2626
CHECK: other()
27-
CHECK: /usr/local/google/home/blaikie/dev/scratch/other.cpp:1:16
27+
CHECK: /usr/local/google/home/blaikie/dev/scratch{{[/\\]}}other.cpp:1:16
2828

2929
CHECK: main
30-
CHECK: /usr/local/google/home/blaikie/dev/scratch/test.cpp:5:0
30+
CHECK: /usr/local/google/home/blaikie/dev/scratch{{[/\\]}}test.cpp:5:0
3131

3232
CHECK: main
33-
CHECK: /usr/local/google/home/blaikie/dev/scratch/test.cpp:5:0
33+
CHECK: /usr/local/google/home/blaikie/dev/scratch{{[/\\]}}test.cpp:5:0

0 commit comments

Comments
 (0)