aboutsummaryrefslogtreecommitdiff
path: root/test/Bindings/OCaml/core.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bindings/OCaml/core.ml')
-rw-r--r--test/Bindings/OCaml/core.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Bindings/OCaml/core.ml b/test/Bindings/OCaml/core.ml
index c08351ec234..c9ef4a5564b 100644
--- a/test/Bindings/OCaml/core.ml
+++ b/test/Bindings/OCaml/core.ml
@@ -1434,9 +1434,9 @@ let test_builder () =
(* End-of-file checks for things like metdata and attributes.
* CHECK: attributes #0 = {{.*}}uwtable{{.*}}
* CHECK: !llvm.module.flags = !{!0}
- * CHECK: !0 = metadata !{i32 1, metadata !"Debug Info Version", i32 2}
- * CHECK: !1 = metadata !{i32 1, metadata !"metadata test"}
- * CHECK: !2 = metadata !{i32 2, i32 3, metadata !3, metadata !3}
+ * CHECK: !0 = !{i32 1, !"Debug Info Version", i32 2}
+ * CHECK: !1 = !{i32 1, !"test"}
+ * CHECK: !2 = !{i32 2, i32 3, !3, !3}
*)
(*===-- Pass Managers -----------------------------------------------------===*)