From e7329a78825f22f367cf194a894894fc889042a3 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Tue, 14 Nov 2017 14:26:42 +0000 Subject: Use input redirection in WebAssembly/comdat.ll test. To match how the other tests do it. llvm-svn: 318153 --- llvm/test/CodeGen/WebAssembly/comdat.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/WebAssembly/comdat.ll') diff --git a/llvm/test/CodeGen/WebAssembly/comdat.ll b/llvm/test/CodeGen/WebAssembly/comdat.ll index 6a83ae87e14..8aa1af8667a 100644 --- a/llvm/test/CodeGen/WebAssembly/comdat.ll +++ b/llvm/test/CodeGen/WebAssembly/comdat.ll @@ -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 -- cgit v1.2.3