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