summaryrefslogtreecommitdiff
path: root/test/core/archive-basic.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/archive-basic.objtxt')
-rw-r--r--test/core/archive-basic.objtxt23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/core/archive-basic.objtxt b/test/core/archive-basic.objtxt
deleted file mode 100644
index 205e0a5034e5a..0000000000000
--- a/test/core/archive-basic.objtxt
+++ /dev/null
@@ -1,23 +0,0 @@
-# RUN: lld -core %s %p/Inputs/archive-basic.objtxt | FileCheck %s
-
-#
-# Tests archives in YAML. Tests that an undefined in a regular file will load
-# all atoms in select archive members.
-#
-
---- !native
-defined-atoms:
- - name: foo
- type: code
-
-undefined-atoms:
- - name: bar
-
-...
-
-# CHECK: name: foo
-# CHECK-NOT: undefined-atoms:
-# CHECK: name: bar
-# CHECK: name: bar2
-# CHECK-NOT: name: baz
-# CHECK: ...