summaryrefslogtreecommitdiff
path: root/test/Bindings
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-08-28 10:29:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-08-28 10:29:41 +0000
commit9df0a0a8711596eaa3c7dd3413c0835ad99d3929 (patch)
tree558db249f7f301c4f2983bb33c2bf5024bddb1bb /test/Bindings
parent13ba2f9714185cf93531ab51addebf63ee256e81 (diff)
downloadllvm-9df0a0a8711596eaa3c7dd3413c0835ad99d3929.tar.gz
llvm-9df0a0a8711596eaa3c7dd3413c0835ad99d3929.tar.bz2
llvm-9df0a0a8711596eaa3c7dd3413c0835ad99d3929.tar.xz
Update ocaml test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings')
-rw-r--r--test/Bindings/Ocaml/vmcore.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml
index 22e86b53b6..e55ab9643e 100644
--- a/test/Bindings/Ocaml/vmcore.ml
+++ b/test/Bindings/Ocaml/vmcore.ml
@@ -296,12 +296,6 @@ let test_constants () =
insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
= (type_of c));
- group "union";
- let t = union_type context [| i1_type; i16_type; i64_type; double_type |] in
- let c = const_union t one in
- ignore (define_global "const_union" c m);
- insist (t = (type_of c));
-
(* RUN: grep {const_null.*zeroinit} < %t.ll
*)
group "null";