diff options
Diffstat (limited to 'lld/test/ELF/linkerscript/insert-after.test')
-rw-r--r-- | lld/test/ELF/linkerscript/insert-after.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/linkerscript/insert-after.test b/lld/test/ELF/linkerscript/insert-after.test index 2da0e296aa0..ab5ba183de2 100644 --- a/lld/test/ELF/linkerscript/insert-after.test +++ b/lld/test/ELF/linkerscript/insert-after.test @@ -25,5 +25,5 @@ SECTIONS { # RUN: not ld.lld %t1.o -o %t1 --script %s 2>&1 \ # RUN: | FileCheck %s --check-prefix=ERR -# ERR-DAG: error: unable to INSERT AFTER .text: section not defined -# ERR-DAG: error: unable to INSERT AFTER .data: section not defined +# ERR-DAG: error: unable to INSERT AFTER/BEFORE .text: section not defined +# ERR-DAG: error: unable to INSERT AFTER/BEFORE .data: section not defined |