Skip to content

Commit

Permalink
Remove unused imports for golden tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Mar 4, 2024
1 parent b5e022e commit 18b4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaq/tests/golden.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{env, fs, io, path, process, str};
use std::{env, io, process, str};

fn golden_test(args: &[&str], input: &str, out_ex: &str) -> io::Result<()> {
let mut child = process::Command::new(env!("CARGO_BIN_EXE_jaq"))
Expand Down

0 comments on commit 18b4bad

Please sign in to comment.