Skip to content

Commit

Permalink
Use input redirection in WebAssembly/comdat.ll test.
Browse files Browse the repository at this point in the history
To match how the other tests do it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318153 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ilya-biryukov committed Nov 14, 2017
1 parent 036d028 commit 3656d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/WebAssembly/comdat.ll
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3656d83

Please sign in to comment.