[lld] r214134 - [PECOFF] Fix failing test.
Rui Ueyama
ruiu at google.com
Mon Jul 28 15:31:37 PDT 2014
Author: ruiu
Date: Mon Jul 28 17:31:37 2014
New Revision: 214134
URL: http://llvm.org/viewvc/llvm-project?rev=214134&view=rev
Log:
[PECOFF] Fix failing test.
This should be covered by the Driver's unit tests.
Modified:
lld/trunk/test/pecoff/resource.test
Modified: lld/trunk/test/pecoff/resource.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/pecoff/resource.test?rev=214134&r1=214133&r2=214134&view=diff
==============================================================================
--- lld/trunk/test/pecoff/resource.test (original)
+++ lld/trunk/test/pecoff/resource.test Mon Jul 28 17:31:37 2014
@@ -9,12 +9,6 @@
# RUN: cat %t.exe | grep 'H.e.l.l.o'
# RUN: lld -flavor link /out:%t.exe /subsystem:console /entry:start /opt:noref \
-# RUN: -- %t.obj %p/Inputs/resource.res %p/Inputs/resource.res
-
-# Multiple resource files are concatenated.
-# RUN: cat %t.exe | grep 'H.e.l.l.o.H.e.l.l.o.'
-
-# RUN: lld -flavor link /out:%t.exe /subsystem:console /entry:start /opt:noref \
# RUN: /manifest:embed -- %t.obj %p/Inputs/resource.res
# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s
More information about the llvm-commits
mailing list