forked from OSchip/llvm-project
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:
parent
105bdc2557
commit
e1076e5a77
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue