Skip to content

Commit 7238726

Browse files
committed
Fix librustc_errors unit tests.
1 parent 26353ea commit 7238726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_errors/json/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fn test_positions(code: &str, span: (u32, u32), expected_output: SpanTestData) {
5959
sm,
6060
true,
6161
HumanReadableErrorType::Short(ColorConfig::Never),
62+
None,
6263
false,
6364
);
6465

0 commit comments

Comments
 (0)