summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t130-vectlength.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml/t130-vectlength.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t130-vectlength.ml18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/tool-ocaml/t130-vectlength.ml b/testsuite/tests/tool-ocaml/t130-vectlength.ml
index ce0da0e420..aee59441e6 100644
--- a/testsuite/tests/tool-ocaml/t130-vectlength.ml
+++ b/testsuite/tests/tool-ocaml/t130-vectlength.ml
@@ -3,21 +3,21 @@ if Array.length [| 1; 2 |] <> 2 then raise Not_found;;
(**
0 CONSTINT 42
- 2 PUSHACC0
+ 2 PUSHACC0
3 MAKEBLOCK1 0
5 POP 1
7 SETGLOBAL Lib
- 9 CONST2
- 10 PUSHCONST2
- 11 PUSHCONST1
+ 9 CONST2
+ 10 PUSHCONST2
+ 11 PUSHCONST1
12 MAKEBLOCK2 0
- 14 VECTLENGTH
- 15 NEQ
+ 14 VECTLENGTH
+ 15 NEQ
16 BRANCHIFNOT 23
18 GETGLOBAL Not_found
20 MAKEBLOCK1 0
- 22 RAISE
- 23 ATOM0
+ 22 RAISE
+ 23 ATOM0
24 SETGLOBAL T130-vectlength
- 26 STOP
+ 26 STOP
**)