From 890484984bd0d3a5f9d80808b0d251424c7ddf7a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 1 Mar 2009 01:28:40 +0000 Subject: [PATCH] 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 --- test/Bindings/Ocaml/vmcore.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml index e3c7ffd7803..82c917fcd76 100644 --- a/test/Bindings/Ocaml/vmcore.ml +++ b/test/Bindings/Ocaml/vmcore.ml @@ -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 -- 2.34.1