Fix use of `echo` command in test script

On win32 we use lit's executeBuiltinEcho to implement the
echo command and this version only currently supports flags
that are separate.

llvm-svn: 333495
This commit is contained in:
Sam Clegg 2018-05-30 03:26:28 +00:00
parent 105bdc2557
commit e1076e5a77
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# RUN: yaml2obj %s > %t.wasm
# RUN: echo -en "\x01" >> %t.wasm
# RUN: echo -e -n "\x01" >> %t.wasm
# Append a new section but truncate the encoding of the section size
# RUN: not llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE