[lld] r194003 - [PECOFF] Fix the test to run.
Rui Ueyama
ruiu at google.com
Mon Nov 4 11:01:57 PST 2013
Author: ruiu
Date: Mon Nov 4 13:01:57 2013
New Revision: 194003
URL: http://llvm.org/viewvc/llvm-project?rev=194003&view=rev
Log:
[PECOFF] Fix the test to run.
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=194003&r1=194002&r2=194003&view=diff
==============================================================================
--- lld/trunk/test/pecoff/resource.test (original)
+++ lld/trunk/test/pecoff/resource.test Mon Nov 4 13:01:57 2013
@@ -5,5 +5,5 @@
# RUN: lld -flavor link /out:%t.exe /subsystem:console /entry:start /opt:noref \
# RUN: -- %t.obj %p/Inputs/resource.res
-# Check if the binary contains UTF-16 string "Hello" copied from resource.res.
-# cat %t.exe | grep 'H.e.l.l.o'
+# Check if the binary contains UTF-16LE string "Hello" copied from resource.res.
+# RUN: cat %t.exe | grep 'H.e.l.l.o'
More information about the llvm-commits
mailing list