summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-12-02 23:35:37 +0200
committerMartin Storsjö <martin@martin.st>2019-12-02 23:36:36 +0200
commit62a635e864e01edf7f0bbfeb580c465440f02eb5 (patch)
tree81ec3edc5759f5bfd3f8cf1941e6f471ad7d043a
parenta9b5fff591d462f1f22e44ab1a269b82b8f2a664 (diff)
downloadbcm5719-llvm-62a635e864e01edf7f0bbfeb580c465440f02eb5.tar.gz
bcm5719-llvm-62a635e864e01edf7f0bbfeb580c465440f02eb5.zip
[LLDB] [test] Try to fix the test from 7d019d1a3b when run on Windows.
-rw-r--r--lldb/test/Shell/SymbolFile/DWARF/win-i386-line-table.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/Shell/SymbolFile/DWARF/win-i386-line-table.s b/lldb/test/Shell/SymbolFile/DWARF/win-i386-line-table.s
index f8c500a39f4..9d090ded19c 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/win-i386-line-table.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/win-i386-line-table.s
@@ -8,8 +8,8 @@
# RUN: %lldb %t.exe -o "image dump line-table -v win-i386-line-table.c" -b | FileCheck %s
# CHECK: Line table for win-i386-line-table.c in `win-i386-line-table.s.tmp.exe
-# CHECK: 0x00401000: /path/to/src/win-i386-line-table.c:2:1
-# CHECK: 0x00401001: /path/to/src/win-i386-line-table.c:2:1
+# CHECK: 0x00401000: {{/|\\\\}}path{{/|\\\\}}to{{/|\\\\}}src{{/|\\\\}}win-i386-line-table.c:2:1
+# CHECK: 0x00401001: {{/|\\\\}}path{{/|\\\\}}to{{/|\\\\}}src{{/|\\\\}}win-i386-line-table.c:2:1
.text
.file "win-i386-line-table.c"
OpenPOWER on IntegriCloud