tweak this to accept asmprinter changes. I have no way to verify this, hopefully

the buildbot will work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-03-01 01:28:40 +00:00
parent d2b6cb0a2b
commit 890484984b

View File

@ -259,7 +259,7 @@ let test_constants () =
ignore (define_global "Const08" c m);
insist ((vector_type i16_type 8) = (type_of c));
(* RUN: grep {Const09.*. i16, i16, i32, i32 . .} < %t.ll
(* RUN: grep {Const09.*.i16 1, i16 2, i32 3, i32 4} < %t.ll
*)
group "structure";
let c = const_struct [| one; two; three; four |] in