Fix split-dwarf-dwp-invalid test to be Windows-path-separator compatible
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 15 Mar 2023 00:50:11 +0000 (00:50 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 15 Mar 2023 00:50:11 +0000 (00:50 +0000)
llvm/test/tools/llvm-symbolizer/split-dwarf-dwp-invalid.test

index 7554573..46b244b 100644 (file)
@@ -24,10 +24,10 @@ CHECK: warning: DWARF unit at offset 0x00000000 has unsupported version 255, sup
 CHECK: warning: DWARF unit at offset 0x00000000 has unsupported version 255, supported are 2-5
 
 CHECK: other()
-CHECK: /usr/local/google/home/blaikie/dev/scratch/other.cpp:1:16
+CHECK: /usr/local/google/home/blaikie/dev/scratch{{[/\\]}}other.cpp:1:16
 
 CHECK: main
-CHECK: /usr/local/google/home/blaikie/dev/scratch/test.cpp:5:0
+CHECK: /usr/local/google/home/blaikie/dev/scratch{{[/\\]}}test.cpp:5:0
 
 CHECK: main
-CHECK: /usr/local/google/home/blaikie/dev/scratch/test.cpp:5:0
+CHECK: /usr/local/google/home/blaikie/dev/scratch{{[/\\]}}test.cpp:5:0