Skip to content

Commit 8ea7177

Browse files
committed
Move multispan test to svg output
1 parent 3e0bf94 commit 8ea7177

File tree

3 files changed

+85
-28
lines changed

3 files changed

+85
-28
lines changed

Diff for: tests/ui/codemap_tests/huge_multispan_highlight.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//@ compile-flags: --error-format=human --color=always
2+
//@ ignore-windows
3+
// Temporary until next release:
4+
//@ ignore-stage2
15
fn main() {
26
let _ = match true {
37
true => (
@@ -112,6 +116,6 @@ fn main() {
112116
113117
114118
115-
", //~^^^^^^^^^^^^^^^^^^^^^^ ERROR `match` arms have incompatible types
119+
",
116120
};
117121
}

Diff for: tests/ui/codemap_tests/huge_multispan_highlight.stderr

-27
This file was deleted.

Diff for: tests/ui/codemap_tests/huge_multispan_highlight.svg

+80
Loading

0 commit comments

Comments
 (0)