summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/identical-name/test-should-fail.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/identical-name/test-should-fail.gyp')
-rw-r--r--deps/gyp/test/mac/identical-name/test-should-fail.gyp10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/gyp/test/mac/identical-name/test-should-fail.gyp b/deps/gyp/test/mac/identical-name/test-should-fail.gyp
deleted file mode 100644
index 72bfc7af0f..0000000000
--- a/deps/gyp/test/mac/identical-name/test-should-fail.gyp
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- 'targets': [{
- 'target_name': 'test',
- 'type': 'executable',
- 'dependencies': [
- 'testlib/testlib.gyp:proxy',
- 'proxy/proxy.gyp:testlib',
- ],
- }],
-}