summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t110-negint.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml/t110-negint.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t110-negint.ml16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/tool-ocaml/t110-negint.ml b/testsuite/tests/tool-ocaml/t110-negint.ml
index 069a34b200..aef6121dfb 100644
--- a/testsuite/tests/tool-ocaml/t110-negint.ml
+++ b/testsuite/tests/tool-ocaml/t110-negint.ml
@@ -5,21 +5,21 @@ if -x <> -1 then raise Not_found
(**
0 CONSTINT 42
- 2 PUSHACC0
+ 2 PUSHACC0
3 MAKEBLOCK1 0
5 POP 1
7 SETGLOBAL Lib
- 9 CONST1
+ 9 CONST1
10 PUSHCONSTINT -1
- 12 PUSHACC1
- 13 NEGINT
- 14 NEQ
+ 12 PUSHACC1
+ 13 NEGINT
+ 14 NEQ
15 BRANCHIFNOT 22
17 GETGLOBAL Not_found
19 MAKEBLOCK1 0
- 21 RAISE
+ 21 RAISE
22 POP 1
- 24 ATOM0
+ 24 ATOM0
25 SETGLOBAL T110-negint
- 27 STOP
+ 27 STOP
**)