summaryrefslogtreecommitdiff
path: root/deps/gyp/test/home_dot_gyp/src/printfoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/home_dot_gyp/src/printfoo.c')
-rw-r--r--deps/gyp/test/home_dot_gyp/src/printfoo.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/gyp/test/home_dot_gyp/src/printfoo.c b/deps/gyp/test/home_dot_gyp/src/printfoo.c
deleted file mode 100644
index 9bb67181b9..0000000000
--- a/deps/gyp/test/home_dot_gyp/src/printfoo.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
- printf("FOO is %s\n", FOO);
- return 0;
-}