Improve test portability

llvm-svn: 10087
This commit is contained in:
Chris Lattner 2003-11-19 18:37:06 +00:00
parent d19da4ce5b
commit c39fcfff0d
1 changed files with 1 additions and 1 deletions

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