projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b6cb0
)
tweak this to accept asmprinter changes. I have no way to verify this, hopefully
author
Chris Lattner
<sabre@nondot.org>
Sun, 1 Mar 2009 01:28:40 +0000
(
01:28
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 1 Mar 2009 01:28:40 +0000
(
01:28
+0000)
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
patch
|
blob
|
history
diff --git
a/test/Bindings/Ocaml/vmcore.ml
b/test/Bindings/Ocaml/vmcore.ml
index e3c7ffd780322f93b9c5f2a4b64cd92199d17d4c..82c917fcd76aa3e3e52f1649bf2a273de5098e2a 100644
(file)
--- 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