summaryrefslogtreecommitdiff
path: root/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/same-gyp-name/src/subdir1/main1.cc')
-rw-r--r--deps/gyp/test/same-gyp-name/src/subdir1/main1.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc b/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc
deleted file mode 100644
index 3645558324..0000000000
--- a/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-int main() {
- printf("Hello from main1.cc\n");
- return 0;
-}