summaryrefslogtreecommitdiff
path: root/test/COFF/include2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/include2.test')
-rw-r--r--test/COFF/include2.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/COFF/include2.test b/test/COFF/include2.test
deleted file mode 100644
index 528a27319e7b8..0000000000000
--- a/test/COFF/include2.test
+++ /dev/null
@@ -1,14 +0,0 @@
-# RUN: yaml2obj < %p/Inputs/include1a.yaml > %t1.obj
-# RUN: yaml2obj < %p/Inputs/include1b.yaml > %t2.obj
-# RUN: yaml2obj < %p/Inputs/include1c.yaml > %t3.obj
-# RUN: rm -f %t2.lib %t3.lib
-# RUN: llvm-ar cru %t2.lib %t2.obj
-# RUN: llvm-ar cru %t3.lib %t3.obj
-# RUN: lld-link /out:%t.exe /entry:main %t1.obj %t2.lib %t3.lib /verbose >& %t.log
-# RUN: FileCheck %s < %t.log
-
-CHECK: include2.test.tmp1.obj
-CHECK: include2.test.tmp2.lib
-CHECK: include2.test.tmp2.lib(include2.test.tmp2.obj) for foo
-CHECK: include2.test.tmp3.lib
-CHECK: include2.test.tmp3.lib(include2.test.tmp3.obj) for bar