summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-07-19 02:39:00 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-07-19 02:39:00 +0000
commit2334adeb0267f5182f792ecc527180d3a86664d4 (patch)
tree85b3f9e57c861427f724a688925856e99d390b98
parentbf5155015ce87daa8ec5b4ba62a8c0a4c1135993 (diff)
downloadbcm5719-llvm-2334adeb0267f5182f792ecc527180d3a86664d4.tar.gz
bcm5719-llvm-2334adeb0267f5182f792ecc527180d3a86664d4.zip
test: remove duplicated test
This test is folded into implib-name. Don't bother with the racy test. The use of %T results in left-overs from previous tests which write out the same import library as this test. llvm-svn: 308409
-rw-r--r--lld/test/COFF/import-extension.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/lld/test/COFF/import-extension.test b/lld/test/COFF/import-extension.test
deleted file mode 100644
index 5433fbc12d2..00000000000
--- a/lld/test/COFF/import-extension.test
+++ /dev/null
@@ -1,7 +0,0 @@
-# RUN: mkdir -p %T && cd %T
-# RUN: lld-link /machine:x64 /def:%S/Inputs/extension.def
-# RUN: llvm-ar t library.lib | FileCheck %s
-
-CHECK: library.ext
-CHECK-NOT: library.dll
-CHECK-NOT: library.exe
OpenPOWER on IntegriCloud