aboutsummaryrefslogtreecommitdiff
path: root/test/core/error-duplicate-absolutes.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/error-duplicate-absolutes.objtxt')
-rw-r--r--test/core/error-duplicate-absolutes.objtxt7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/core/error-duplicate-absolutes.objtxt b/test/core/error-duplicate-absolutes.objtxt
index 533297e59dcd..513a2f494485 100644
--- a/test/core/error-duplicate-absolutes.objtxt
+++ b/test/core/error-duplicate-absolutes.objtxt
@@ -1,4 +1,4 @@
-# RUN: not lld -core %s 2> %t.err
+# RUN: not lld -core %s %p/Inputs/error-duplicate-absolutes.objtxt 2> %t.err
# RUN: FileCheck %s < %t.err
#
@@ -12,11 +12,6 @@ absolute-atoms:
scope: global
undefined-atoms:
- name: undefatom
----
-absolute-atoms:
- - name: absatom
- value: 0
- scope: global
...