Fix syntax.

llvm-svn: 36021
This commit is contained in:
Reid Spencer 2007-04-14 22:32:58 +00:00
parent b37fb6a0da
commit c9e2e13d0a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
; RUN: not grep cast %t2.ll
; RUN: grep '\<{' %t2.ll
; RUN: grep {\<\{} %t2.ll
; END.
%struct.anon = type <{ i8, i35, i35, i35 }>