diff options
author | Damien Doligez <damien.doligez@inria.fr> | 2016-02-16 13:23:31 +0100 |
---|---|---|
committer | Damien Doligez <damien.doligez@inria.fr> | 2016-02-17 13:36:27 +0100 |
commit | ee8f71101b80496b2ec2c996d29ac33bbaf7cf00 (patch) | |
tree | a1a3a4ff49290bc0f99a026eabe8184934b4622e /testsuite/tests/tool-ocaml/t180-appterm2.ml | |
parent | 2a3e2176ebf34975972df7b89dc24ff00fc8068d (diff) | |
download | ocaml-ee8f71101b80496b2ec2c996d29ac33bbaf7cf00.tar.gz |
clean up whitespace and cut long lines
Diffstat (limited to 'testsuite/tests/tool-ocaml/t180-appterm2.ml')
-rw-r--r-- | testsuite/tests/tool-ocaml/t180-appterm2.ml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/testsuite/tests/tool-ocaml/t180-appterm2.ml b/testsuite/tests/tool-ocaml/t180-appterm2.ml index 28f32a9336..850301d089 100644 --- a/testsuite/tests/tool-ocaml/t180-appterm2.ml +++ b/testsuite/tests/tool-ocaml/t180-appterm2.ml @@ -6,33 +6,33 @@ if g 0 <> 12 then raise Not_found (** 0 CONSTINT 42 - 2 PUSHACC0 + 2 PUSHACC0 3 MAKEBLOCK1 0 5 POP 1 7 SETGLOBAL Lib 9 BRANCH 23 - 11 CONST0 - 12 PUSHCONST0 - 13 PUSHENVACC1 + 11 CONST0 + 12 PUSHCONST0 + 13 PUSHENVACC1 14 APPTERM2 3 - 16 RESTART + 16 RESTART 17 GRAB 1 19 CONSTINT 12 21 RETURN 2 23 CLOSURE 0, 17 - 26 PUSHACC0 + 26 PUSHACC0 27 CLOSURE 1, 11 30 PUSHCONSTINT 12 - 32 PUSHCONST0 - 33 PUSHACC2 - 34 APPLY1 - 35 NEQ + 32 PUSHCONST0 + 33 PUSHACC2 + 34 APPLY1 + 35 NEQ 36 BRANCHIFNOT 43 38 GETGLOBAL Not_found 40 MAKEBLOCK1 0 - 42 RAISE + 42 RAISE 43 POP 2 - 45 ATOM0 + 45 ATOM0 46 SETGLOBAL T180-appterm2 - 48 STOP + 48 STOP **) |