diff options
Diffstat (limited to 'test/ELF/invalid-linkerscript.test')
-rw-r--r-- | test/ELF/invalid-linkerscript.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/invalid-linkerscript.test b/test/ELF/invalid-linkerscript.test index 3316becce1dca..280686eff41b4 100644 --- a/test/ELF/invalid-linkerscript.test +++ b/test/ELF/invalid-linkerscript.test @@ -50,5 +50,5 @@ # RUN: echo "OUTPUT_FORMAT(x y z)" > %t8 # RUN: not ld.lld %t8 no-such-file 2>&1 | FileCheck -check-prefix=ERR8 %s -# ERR8: unexpected token: y +# ERR8: , expected, but got y # ERR8: cannot open no-such-file: |