Skip to content

Commit 971f892

Browse files
committed
test(GH-160): fix golden.rs
1 parent a03ea4a commit 971f892

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/tests/golden.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ fn run(file: &Path) -> String {
2727
Ok(v) => v,
2828
Err(e) => return trace_format.format(&e).unwrap(),
2929
};
30-
match v.manifest(
31-
JsonFormat::default(),
32-
#[cfg(feature = "exp-preserve-order")]
33-
false,
34-
) {
30+
match v.manifest(JsonFormat::default()) {
3531
Ok(v) => v.to_string(),
3632
Err(e) => trace_format.format(&e).unwrap(),
3733
}

0 commit comments

Comments
 (0)