summaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/insert-broken.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/insert-broken.test')
-rw-r--r--test/ELF/linkerscript/insert-broken.test6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ELF/linkerscript/insert-broken.test b/test/ELF/linkerscript/insert-broken.test
deleted file mode 100644
index 9a295623a2caf..0000000000000
--- a/test/ELF/linkerscript/insert-broken.test
+++ /dev/null
@@ -1,6 +0,0 @@
-SECTIONS {
- .foo : { *(.bar) }
-} INSERT .data;
-
-# RUN: not ld.lld -o %t1 --script %s 2>&1 | FileCheck %s
-# CHECK: {{.*}}:3: expected AFTER/BEFORE, but got '.data'