summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/diagnostic.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/linkerscript/diagnostic.s')
-rw-r--r--lld/test/ELF/linkerscript/diagnostic.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/linkerscript/diagnostic.s b/lld/test/ELF/linkerscript/diagnostic.s
index 7d2b57d5a1f..23b7f9b432e 100644
--- a/lld/test/ELF/linkerscript/diagnostic.s
+++ b/lld/test/ELF/linkerscript/diagnostic.s
@@ -52,7 +52,7 @@
# RUN: FileCheck -check-prefix=ERR6 %s < %t.log
# ERR6: line 1:
# ERR6-NEXT: UNKNOWN_TAG {
-# RUN: grep '^error: ^' %t.log
+# RUN: grep 'error: ^' %t.log
## One more check that text of lines and pointer to 'bad' token are working ok.
# RUN: echo "SECTIONS {" > %t.script
@@ -63,4 +63,4 @@
# RUN: FileCheck -check-prefix=ERR7 %s < %t.log
# ERR7: line 4: malformed number: .temp
# ERR7-NEXT: boom .temp : { *(.temp) } }
-# RUN: grep '^error: ^' %t.log
+# RUN: grep 'error: ^' %t.log
OpenPOWER on IntegriCloud