summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/objc-arc/c-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/objc-arc/c-file.c')
-rw-r--r--deps/gyp/test/mac/objc-arc/c-file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/gyp/test/mac/objc-arc/c-file.c b/deps/gyp/test/mac/objc-arc/c-file.c
deleted file mode 100644
index 653613206e..0000000000
--- a/deps/gyp/test/mac/objc-arc/c-file.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#if __has_feature(objc_arc)
-#error "C files shouldn't be ARC'd!"
-#endif
-
-void c_fun() {}
-