diff options
Diffstat (limited to 'test/ocaml/loop')
| -rw-r--r-- | test/ocaml/loop/loop.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ocaml/loop/loop.sail b/test/ocaml/loop/loop.sail index 3808c19a..ee77f79a 100644 --- a/test/ocaml/loop/loop.sail +++ b/test/ocaml/loop/loop.sail @@ -1,4 +1,4 @@ -val string_of_int = "string_of_big_int" : int -> string +val string_of_int = "string_of_int" : int -> string val add = "add" : (int, int) -> int |
