summaryrefslogtreecommitdiff
path: root/deps/gyp/test/actions/generated-header/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/actions/generated-header/main.cc')
-rw-r--r--deps/gyp/test/actions/generated-header/main.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/gyp/test/actions/generated-header/main.cc b/deps/gyp/test/actions/generated-header/main.cc
deleted file mode 100644
index 7973781bc6..0000000000
--- a/deps/gyp/test/actions/generated-header/main.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-#include "MyHeader.h"
-
-int main() {
- printf("%s\n", kFoo);
-}