summaryrefslogtreecommitdiff
path: root/deps/gyp/test/arflags/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/arflags/test.gyp')
-rw-r--r--deps/gyp/test/arflags/test.gyp10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/gyp/test/arflags/test.gyp b/deps/gyp/test/arflags/test.gyp
deleted file mode 100644
index f7430fae2d..0000000000
--- a/deps/gyp/test/arflags/test.gyp
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- 'targets': [
- {
- 'target_name': 'lib',
- 'type': 'static_library',
- 'sources': ['lib.cc'],
- 'arflags': ['--nonexistent'],
- },
- ],
-}