Use input redirection in WebAssembly/comdat.ll test.

To match how the other tests do it.

llvm-svn: 318153
This commit is contained in:
Ilya Biryukov 2017-11-14 14:26:42 +00:00
parent be39868bfc
commit e7329a7882
1 changed files with 1 additions and 1 deletions

View File

@ -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