forked from OSchip/llvm-project
Fix build on Windows
Error message is not capitalized on Windows
This commit is contained in:
parent
fd9962e75d
commit
d27984a651
|
@ -7,7 +7,7 @@
|
|||
|
||||
# RUN: not lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:notstd64 /vfsoverlay:noexist 2>&1 \
|
||||
# RUN: | FileCheck %s
|
||||
# CHECK: error: No such file or directory
|
||||
# CHECK: error: {{[Nn]}}o such file or directory
|
||||
|
||||
# RUN: sed -e "s|{|bad|g" %t/overlay.yaml > %t/badoverlay.yaml
|
||||
# RUN: not lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:notstd64 /vfsoverlay:%t/badoverlay.yaml 2>&1 \
|
||||
|
|
Loading…
Reference in New Issue