summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/depend-on-bundle/executable.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/depend-on-bundle/executable.c')
-rw-r--r--deps/gyp/test/mac/depend-on-bundle/executable.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/gyp/test/mac/depend-on-bundle/executable.c b/deps/gyp/test/mac/depend-on-bundle/executable.c
deleted file mode 100644
index 931bce637e..0000000000
--- a/deps/gyp/test/mac/depend-on-bundle/executable.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int f();
-int main() {
- return f();
-}