aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-01 01:28:40 +0000
committerChris Lattner <sabre@nondot.org>2009-03-01 01:28:40 +0000
commit890484984bd0d3a5f9d80808b0d251424c7ddf7a (patch)
tree5c360fb2e458ad5e2dbc75f8ff6a287a2c8c8768 /test/Bindings
parentd2b6cb0a2b6e5994ff871027617c5efd69f7e3ad (diff)
downloadexternal_llvm-890484984bd0d3a5f9d80808b0d251424c7ddf7a.zip
external_llvm-890484984bd0d3a5f9d80808b0d251424c7ddf7a.tar.gz
external_llvm-890484984bd0d3a5f9d80808b0d251424c7ddf7a.tar.bz2
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.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml
index e3c7ffd..82c917f 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