Skip to content

Commit 18b4bad

Browse files
committed
Remove unused imports for golden tests.
1 parent b5e022e commit 18b4bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaq/tests/golden.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{env, fs, io, path, process, str};
1+
use std::{env, io, process, str};
22

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

0 commit comments

Comments
 (0)