From afb4e8c89c98ebf333a425cbd410a7c7c90748c3 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 20 May 2008 22:07:21 +0000 Subject: Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51357 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-08-15-CastAmbiguity.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Assembler/2002-08-15-CastAmbiguity.ll') diff --git a/test/Assembler/2002-08-15-CastAmbiguity.ll b/test/Assembler/2002-08-15-CastAmbiguity.ll index 267a0d3..c10f911 100644 --- a/test/Assembler/2002-08-15-CastAmbiguity.ll +++ b/test/Assembler/2002-08-15-CastAmbiguity.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f define void @test(i32 %X) { call void @test( i32 6 ) -- cgit v1.1