diff options
Diffstat (limited to 'testsuite/tests/tool-ocaml/t240-c_call1.ml')
-rw-r--r-- | testsuite/tests/tool-ocaml/t240-c_call1.ml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/tool-ocaml/t240-c_call1.ml b/testsuite/tests/tool-ocaml/t240-c_call1.ml index 7bb2df97e9..70809c752d 100644 --- a/testsuite/tests/tool-ocaml/t240-c_call1.ml +++ b/testsuite/tests/tool-ocaml/t240-c_call1.ml @@ -9,19 +9,19 @@ if Nativeint.of_string "+123" <> Nativeint.of_int 123 then raise Not_found;; (** 0 CONSTINT 42 - 2 PUSHACC0 + 2 PUSHACC0 3 MAKEBLOCK1 0 5 POP 1 7 SETGLOBAL Lib 9 CONSTINT 123 11 PUSHGETGLOBAL "123" 13 C_CALL1 int_of_string - 15 NEQ + 15 NEQ 16 BRANCHIFNOT 23 18 GETGLOBAL Not_found 20 MAKEBLOCK1 0 - 22 RAISE - 23 ATOM0 + 22 RAISE + 23 ATOM0 24 SETGLOBAL T240-c_call1 - 26 STOP + 26 STOP **) |