Skip to content

Commit ce031c4

Browse files
committed
Fix more Windows bots after r360015.
Depending on the environment, the directory separator might appear as \ or \\ on different bots. http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/17446/steps/test-check-all/logs/stdio git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360065 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2b5a3dc commit ce031c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DebugInfo/symbolize-directory.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# RUN: llvm-mc -filetype=obj -triple=x86_64 -dwarf-version=5 %s -o %t.o
44
# RUN: llvm-symbolizer --obj=%t.o --functions=none 0 1 | FileCheck %s
55

6-
# CHECK: /home{{/|\\\\}}0.cc:1:0
7-
# CHECK: /tmp{{/|\\\\}}1.cc:2:1
6+
# CHECK: /home{{/|\\|\\\\}}0.cc:1:0
7+
# CHECK: /tmp{{/|\\|\\\\}}1.cc:2:1
88

99
.Lfunc_begin0:
1010
.file 0 "/home" "0.cc"

0 commit comments

Comments
 (0)