forked from OSchip/llvm-project
[LLD] Fix testcase from SVN r372843 if executed on windows
This should fix buildbot errors like this one: http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/10997 llvm-svn: 372852
This commit is contained in:
parent
0ba85fdb4f
commit
c4046ff04d
|
@ -3,11 +3,11 @@
|
|||
# RUN: not lld-link /lldmingw /out:%t.exe %t.o /entry:entry 2>&1 | FileCheck %s
|
||||
|
||||
# CHECK: error: undefined symbol: bar()
|
||||
# CHECK-NEXT: >>> referenced by /path/to/src/undef.cpp:17
|
||||
# CHECK-NEXT: >>> referenced by /path/to/src{{[/\\]}}undef.cpp:17
|
||||
# CHECK-NEXT: >>> {{.*}}.o:(entry)
|
||||
# CHECK-EMPTY:
|
||||
# CHECK-NEXT: error: undefined symbol: foo()
|
||||
# CHECK-NEXT: >>> referenced by /path/to/src/undef.cpp:7
|
||||
# CHECK-NEXT: >>> referenced by /path/to/src{{[/\\]}}undef.cpp:7
|
||||
# CHECK-NEXT: >>> {{.*}}.o:(A::afunc())
|
||||
|
||||
.text
|
||||
|
|
Loading…
Reference in New Issue