X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_test.mli;h=5cbc445de647edc7a43b4f43732557e222ef4395;hb=5da420a8c9d88111ef4ccabd6b0a0c65cddb73af;hp=3f7143c685475d72138d2c72534ea466cb5ee871;hpb=4204350300f47d6df974611b26911cf32c68d6eb;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_test.mli b/compiler/src/lib/tiger/tiger_test.mli index 3f7143c..5cbc445 100644 --- a/compiler/src/lib/tiger/tiger_test.mli +++ b/compiler/src/lib/tiger/tiger_test.mli @@ -3,7 +3,7 @@ type t val case : ?out_lexing : Tiger_parser.token list -> ?out_parsing : Tiger_absyn.t - -> ?is_error_expected : (Tiger_error.t -> bool) + -> ?is_error_expected_semant : (Tiger_error.t -> bool) -> code : string -> string -> t