1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Update ocaml test.

llvm-svn: 112364
This commit is contained in:
Benjamin Kramer 2010-08-28 10:29:41 +00:00
parent 4c15ccc237
commit 92e13eeec0

View File

@ -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";