summaryrefslogtreecommitdiff
path: root/test/darwin/cmdline-objc_gc_compaction.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/darwin/cmdline-objc_gc_compaction.objtxt')
-rw-r--r--test/darwin/cmdline-objc_gc_compaction.objtxt15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/darwin/cmdline-objc_gc_compaction.objtxt b/test/darwin/cmdline-objc_gc_compaction.objtxt
deleted file mode 100644
index 7cb7e8277368d..0000000000000
--- a/test/darwin/cmdline-objc_gc_compaction.objtxt
+++ /dev/null
@@ -1,15 +0,0 @@
-# RUN: not ld64.lld -arch x86_64 -objc_gc_compaction %s 2>&1 | FileCheck %s
-#
-# Test that the -objc_gc_compaction is rejected.
-#
-
-# CHECK: error: -objc_gc_compaction is not supported
-
---- !native
-defined-atoms:
- - name: _main
- type: code
- scope: global
- content: [ 0x90 ]
-
-...