[PECOFF] Fix failing test.

This should be covered by the Driver's unit tests.

llvm-svn: 214134
This commit is contained in:
Rui Ueyama 2014-07-28 22:31:37 +00:00
parent 67f005e3b2
commit 7385120d65
1 changed files with 0 additions and 6 deletions

View File

@ -8,12 +8,6 @@
# Check if the binary contains UTF-16LE string "Hello" copied from resource.res.
# 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