aboutsummaryrefslogtreecommitdiff
path: root/test/core/auto-hide-coalesce.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/auto-hide-coalesce.objtxt')
-rw-r--r--test/core/auto-hide-coalesce.objtxt23
1 files changed, 1 insertions, 22 deletions
diff --git a/test/core/auto-hide-coalesce.objtxt b/test/core/auto-hide-coalesce.objtxt
index ad82d5afc573..63c54951150e 100644
--- a/test/core/auto-hide-coalesce.objtxt
+++ b/test/core/auto-hide-coalesce.objtxt
@@ -1,4 +1,4 @@
-# RUN: lld -core %s | FileCheck %s
+# RUN: lld -core %s %p/Inputs/auto-hide-coalesce.objtxt | FileCheck %s
#
# Tests auto-hide bit during coalescing
@@ -25,27 +25,6 @@ defined-atoms:
scope: global
type: code
merge: as-addressed-weak
----
-defined-atoms:
- - name: _inlineFunc1
- scope: global
- type: code
- merge: as-weak
-
- - name: _inlineFunc2
- scope: global
- type: code
- merge: as-addressed-weak
-
- - name: _inlineFunc3
- scope: global
- type: code
- merge: as-weak
-
- - name: _inlineFunc4
- scope: global
- type: code
- merge: as-addressed-weak
...