aboutsummaryrefslogtreecommitdiff
path: root/test/core/inline-coalesce.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/inline-coalesce.objtxt')
-rw-r--r--test/core/inline-coalesce.objtxt19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/core/inline-coalesce.objtxt b/test/core/inline-coalesce.objtxt
deleted file mode 100644
index 5ddc9b2624b5..000000000000
--- a/test/core/inline-coalesce.objtxt
+++ /dev/null
@@ -1,19 +0,0 @@
-# RUN: lld -core %s %p/Inputs/inline-coalesce.objtxt %p/Inputs/inline-coalesce2.objtxt | FileCheck %s
-
-#
-# Test that non-inlined inlined functions are silently coalesced
-#
-
----
-defined-atoms:
- - name: _inlineFunc
- scope: global
- type: code
- merge: as-weak
-...
-
-
-# CHECK: name: _inlineFunc
-# CHECK: merge: as-weak
-# CHECK-NOT: name: _inlineFunc
-# CHECK: ...