Fix build on Windows

Error message is not capitalized on Windows
This commit is contained in:
Alex Brachet 2022-07-11 21:44:28 +00:00
parent fd9962e75d
commit d27984a651
1 changed files with 1 additions and 1 deletions

View File

@ -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 \