summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t240-c_call3.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml/t240-c_call3.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t240-c_call3.ml10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/tool-ocaml/t240-c_call3.ml b/testsuite/tests/tool-ocaml/t240-c_call3.ml
index a34e1dcf96..4e91c3fdae 100644
--- a/testsuite/tests/tool-ocaml/t240-c_call3.ml
+++ b/testsuite/tests/tool-ocaml/t240-c_call3.ml
@@ -3,7 +3,7 @@ if Hashtbl.hash_param 5 6 [1;2;3] <> 697606130 then raise Not_found;;
(**
0 CONSTINT 42
- 2 PUSHACC0
+ 2 PUSHACC0
3 MAKEBLOCK1 0
5 POP 1
7 SETGLOBAL Lib
@@ -12,12 +12,12 @@ if Hashtbl.hash_param 5 6 [1;2;3] <> 697606130 then raise Not_found;;
13 PUSHCONSTINT 6
15 PUSHCONSTINT 5
17 C_CALL3 hash_univ_param
- 19 NEQ
+ 19 NEQ
20 BRANCHIFNOT 27
22 GETGLOBAL Not_found
24 MAKEBLOCK1 0
- 26 RAISE
- 27 ATOM0
+ 26 RAISE
+ 27 ATOM0
28 SETGLOBAL T240-c_call3
- 30 STOP
+ 30 STOP
**)