We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf1df4 commit 1d499f4Copy full SHA for 1d499f4
interpreter/script/runner.mli
@@ -8,4 +8,9 @@ sig
8
val run_string : string -> bool
9
val run_file : string -> bool
10
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
16
end
0 commit comments