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