diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-01 01:28:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-01 01:28:40 +0000 |
commit | 890484984bd0d3a5f9d80808b0d251424c7ddf7a (patch) | |
tree | 5c360fb2e458ad5e2dbc75f8ff6a287a2c8c8768 /test/Bindings | |
parent | d2b6cb0a2b6e5994ff871027617c5efd69f7e3ad (diff) |
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
Diffstat (limited to 'test/Bindings')
-rw-r--r-- | test/Bindings/Ocaml/vmcore.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml index e3c7ffd780..82c917fcd7 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 |