From 92e13eeec064eb34c7e041c514c8f575bf541ac4 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 28 Aug 2010 10:29:41 +0000 Subject: [PATCH] Update ocaml test. llvm-svn: 112364 --- test/Bindings/Ocaml/vmcore.ml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml index 22e86b53b6a..e55ab9643e4 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";