Skip to content

Commit ec7564b

Browse files
committed
fix a wrong function path
1 parent 0f0c3e3 commit ec7564b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/framework/analysisResultOutput.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct
9797
let json = `Assoc [
9898
("files", Preprocessor.dependencies_to_yojson ());
9999
("time", `Float (if get_bool "dbg.timing.enabled" then timings.cputime else -1.));
100-
("checks", Checks.Check.export ());
100+
("checks", Checks.export ());
101101
] in
102102
Yojson.Safe.to_channel ~std:true out json
103103
| "none" -> ()

0 commit comments

Comments
 (0)