summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/objc-gc/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/objc-gc/main.m')
-rw-r--r--deps/gyp/test/mac/objc-gc/main.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/gyp/test/mac/objc-gc/main.m b/deps/gyp/test/mac/objc-gc/main.m
deleted file mode 100644
index 1a87f8e70f..0000000000
--- a/deps/gyp/test/mac/objc-gc/main.m
+++ /dev/null
@@ -1,6 +0,0 @@
-#import <Foundation/Foundation.h>
-
-int main() {
- printf("gc on: %d\n", [NSGarbageCollector defaultCollector] != NULL);
- return 0;
-}