forked from OSchip/llvm-project
Use input redirection in WebAssembly/comdat.ll test.
To match how the other tests do it. llvm-svn: 318153
This commit is contained in:
parent
be39868bfc
commit
e7329a7882
|
@ -1,4 +1,4 @@
|
|||
; RUN: not llc -mtriple wasm32-unknown-unknown-wasm %s 2>&1 | FileCheck %s
|
||||
; RUN: not llc < %s -mtriple wasm32-unknown-unknown-wasm 2>&1 | FileCheck %s
|
||||
|
||||
$f = comdat any
|
||||
@f = global i32 0, comdat
|
||||
|
|
Loading…
Reference in New Issue