aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/invalid-linkerscript.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/invalid-linkerscript.test')
-rw-r--r--test/ELF/invalid-linkerscript.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/invalid-linkerscript.test b/test/ELF/invalid-linkerscript.test
index 280686eff41b..f9fb8478251f 100644
--- a/test/ELF/invalid-linkerscript.test
+++ b/test/ELF/invalid-linkerscript.test
@@ -45,7 +45,7 @@
# RUN: echo "INCLUDE /no/such/file" > %t7
# RUN: not ld.lld %t7 no-such-file 2>&1 | FileCheck -check-prefix=ERR7 %s
-# ERR7: cannot open /no/such/file
+# ERR7: cannot find linker script /no/such/file
# ERR7: cannot open no-such-file:
# RUN: echo "OUTPUT_FORMAT(x y z)" > %t8