summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-12 17:39:04 +0000
committerDan Gohman <gohman@apple.com>2009-08-12 17:39:04 +0000
commit6b018979da52c9760363b8b74951bbe259044ea8 (patch)
treef2a6a601b00c9441eecad49ffab0a040d640fd4b /test/Bindings/Ocaml
parentbff392384ddb032c732c38ec78b91d7a25dcf467 (diff)
downloadllvm-6b018979da52c9760363b8b74951bbe259044ea8.tar.gz
llvm-6b018979da52c9760363b8b74951bbe259044ea8.tar.bz2
llvm-6b018979da52c9760363b8b74951bbe259044ea8.tar.xz
Fix whitespace expectations to match the new AsmWriter behavior.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings/Ocaml')
-rw-r--r--test/Bindings/Ocaml/vmcore.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Bindings/Ocaml/vmcore.ml b/test/Bindings/Ocaml/vmcore.ml
index 9016d3927f..ca15c65c3b 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