diff --git a/parser/tests/spec_test.rs b/parser/tests/spec_test.rs index 1896d17..3e5d043 100644 --- a/parser/tests/spec_test.rs +++ b/parser/tests/spec_test.rs @@ -136,8 +136,6 @@ fn test_mapvec_legal() { // - 6 // ``` - println!("{}", out_str); - YamlLoader::load_from_str(&out_str).unwrap(); }