mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
re-enable compiler test cleanup
This commit is contained in:
parent
cedf2004ba
commit
538dfe2709
@ -215,9 +215,9 @@ impl Namespace for CompileNamespace {
|
||||
let canonicalized_ast: String = hash_file("/tmp/output/canonicalization_ast.json");
|
||||
let type_inferenced_ast = hash_file("/tmp/output/type_inferenced_ast.json");
|
||||
|
||||
/* if std::fs::read_dir("/tmp/output").is_ok() {
|
||||
if std::fs::read_dir("/tmp/output").is_ok() {
|
||||
std::fs::remove_dir_all(std::path::Path::new("/tmp/output")).expect("Error failed to clean up output dir.");
|
||||
} */
|
||||
}
|
||||
|
||||
let final_output = CompileOutput {
|
||||
circuit: last_circuit.unwrap(),
|
||||
|
Loading…
Reference in New Issue
Block a user