Skip to content

Commit 1d499f4

Browse files
committed
[spectec] Fix runner interface to not break SpecTec
1 parent fbf1df4 commit 1d499f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

interpreter/script/runner.mli

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ sig
88
val run_string : string -> bool
99
val run_file : string -> bool
1010
val run_stdin : unit -> unit
11+
12+
(* Currently used by SpecTec AL runner, should be ported to functor *)
13+
val assert_message : Source.region -> string -> string -> string -> unit
14+
val assert_results :
15+
Source.region -> Value.value list -> Script.result list -> unit
1116
end

0 commit comments

Comments
 (0)