summaryrefslogtreecommitdiff
path: root/deps/gyp/test/link-objects/extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/link-objects/extra.c')
-rw-r--r--deps/gyp/test/link-objects/extra.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/gyp/test/link-objects/extra.c b/deps/gyp/test/link-objects/extra.c
deleted file mode 100644
index 1d7ee09b10..0000000000
--- a/deps/gyp/test/link-objects/extra.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdio.h>
-
-void extra() {
- printf("PASS\n");
-}