Index: test/mac/identical-name/test-should-fail.gyp |
diff --git a/test/mac/identical-name/test-should-fail.gyp b/test/mac/identical-name/test-should-fail.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..72bfc7af0f8ef0c32fea3702a206a41a363e4cda |
--- /dev/null |
+++ b/test/mac/identical-name/test-should-fail.gyp |
@@ -0,0 +1,10 @@ |
+{ |
+ 'targets': [{ |
+ 'target_name': 'test', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'testlib/testlib.gyp:proxy', |
+ 'proxy/proxy.gyp:testlib', |
+ ], |
+ }], |
+} |