mark #[test] back. (deleted and reverting it from.. 12e38063)

This commit is contained in:
Andrés N. Robalino 2019-08-25 21:50:55 -05:00
parent 9761621879
commit 8940e57cf3

View File

@ -13,6 +13,7 @@ fn lines() {
assert_eq!(output, "rustyline"); assert_eq!(output, "rustyline");
} }
#[test]
fn save_figures_out_intelligently_where_to_write_out_with_metadata() { fn save_figures_out_intelligently_where_to_write_out_with_metadata() {
let sandbox = Playground::setup_for("save_smart_test") let sandbox = Playground::setup_for("save_smart_test")
.with_files(vec![FileWithContent( .with_files(vec![FileWithContent(