Improve test portability

llvm-svn: 10087
This commit is contained in:
Chris Lattner 2003-11-19 18:37:06 +00:00
parent 44b55d7cc8
commit 73b79e66a6

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -constmerge | llvm-dis | grep -C 2 foo | grep bar
; RUN: llvm-as < %s | opt -constmerge | llvm-dis | grep -C2 foo | grep bar
%foo = constant int 6
%bar = constant int 6