diff options
-rw-r--r-- | lld/test/pecoff/resource.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/pecoff/resource.test b/lld/test/pecoff/resource.test index 0e73282f52c..243d02b6a81 100644 --- a/lld/test/pecoff/resource.test +++ b/lld/test/pecoff/resource.test @@ -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' |