summaryrefslogtreecommitdiff
path: root/test/core/error-fixup-attribute.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/error-fixup-attribute.objtxt')
-rw-r--r--test/core/error-fixup-attribute.objtxt21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/core/error-fixup-attribute.objtxt b/test/core/error-fixup-attribute.objtxt
deleted file mode 100644
index 025783a04427..000000000000
--- a/test/core/error-fixup-attribute.objtxt
+++ /dev/null
@@ -1,21 +0,0 @@
-# RUN: not lld -core %s 2> %t.err
-# RUN: FileCheck %s < %t.err
-
-#
-# Test that unknown fixup attribute produces a readable error.
-#
-
----
-defined-atoms:
- - name: entry
- scope: hidden
- references:
- - offset: 3
- kind: pcrel32
- weasel: bar
- addend: 100
-
-...
-
-
-# CHECK: error: unknown key 'weasel'