diff options
-rw-r--r-- | llvm/test/tools/llvm-ar/response-file.test | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/tools/llvm-ar/response-file.test b/llvm/test/tools/llvm-ar/response-file.test deleted file mode 100644 index 9e248d6b1c7..00000000000 --- a/llvm/test/tools/llvm-ar/response-file.test +++ /dev/null @@ -1,9 +0,0 @@ -RUN: touch %t-a.txt %t-b.txt %t-c.txt -RUN: echo "rcs %t.a %t-a.txt %t-b.txt %t-c.txt" > %t-response -RUN: rm -f %t.a -RUN: llvm-ar @%t-response -RUN: llvm-ar t %t.a | FileCheck %s - -CHECK: a.txt -CHECK-NEXT: b.txt -CHECK-NEXT: c.txt |