diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml index 9016d3927f5..ca15c65c3b6 100644 --- a/test/Bindings/Ocaml/vmcore.ml +++ b/test/Bindings/Ocaml/vmcore.ml @@ -915,9 +915,9 @@ let test_builder () = let bb08 = append_block "Bb08" fn in let b = builder_at_end bb08 in - (* RUN: grep {Inst20.*malloc.*i8 } < %t.ll + (* RUN: grep {Inst20.*malloc.*i8 } < %t.ll * RUN: grep {Inst21.*malloc.*i8.*P1} < %t.ll - * RUN: grep {Inst22.*alloca.*i32 } < %t.ll + * RUN: grep {Inst22.*alloca.*i32 } < %t.ll * RUN: grep {Inst23.*alloca.*i32.*P2} < %t.ll * RUN: grep {free.*Inst20} < %t.ll * RUN: grep {Inst25.*load.*Inst21} < %t.ll