Skip to content

Commit 2baf4a0

Browse files
committed
Fix test added in D150987 to account for different path separators which was causing the test to fail on Windows.
Should fix https://lab.llvm.org/buildbot/#/builders/216/builds/27535
1 parent a45502c commit 2baf4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-nm/X86/line-numbers.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# RUN: llvm-mc -g --filetype=obj %t/data-dwarf.s -triple=x86_64-pc-linux -o %t/data-dwarf.o
6969
# RUN: llvm-nm --line-numbers %t/data-dwarf.o | FileCheck %s --check-prefix=DATA-DWARF --match-full-lines --implicit-check-not={{.}}
7070

71-
# DATA-DWARF: 0000000000000000 D defined_data /tmp/tmp.c:1
71+
# DATA-DWARF: 0000000000000000 D defined_data /tmp{{\\|/}}tmp.c:1
7272

7373
#--- main.s
7474
.text

0 commit comments

Comments
 (0)