adding michael commits

This commit is contained in:
Michael Sproul
2025-12-11 12:33:39 +11:00
committed by hopinheimer
parent 491b69f364
commit 3e3ccba1a6
6 changed files with 54 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
/* FIXME(sproul)
use proto_array::fork_choice_test_definition::*;
use std::fs::File;
@@ -24,3 +25,5 @@ fn write_test_def_to_yaml(filename: &str, def: ForkChoiceTestDefinition) {
let file = File::create(filename).expect("Should be able to open file");
serde_yaml::to_writer(file, &def).expect("Should be able to write YAML to file");
}
*/
fn main() {}