mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-23 07:48:25 +00:00
adding michael commits
This commit is contained in:
committed by
hopinheimer
parent
491b69f364
commit
3e3ccba1a6
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user