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 9ce9249 commit 6466f7cCopy full SHA for 6466f7c
src/analyses/unassumeAnalysis.ml
@@ -73,15 +73,15 @@ struct
73
);
74
75
let loc_of_location (location: YamlWitnessType.Location.t): Cil.location = {
76
- file = location.file_name;
77
- line = location.line;
78
- column = location.column + 1;
79
- byte = -1;
80
- endLine = -1;
81
- endColumn = -1;
82
- endByte = -1;
83
- synthetic = false;
84
- }
+ file = location.file_name;
+ line = location.line;
+ column = location.column + 1;
+ byte = -1;
+ endLine = -1;
+ endColumn = -1;
+ endByte = -1;
+ synthetic = false;
+ }
85
in
86
87
let yaml = Yaml_unix.of_file_exn (Fpath.v (GobConfig.get_string "witness.yaml.unassume")) in
0 commit comments