Skip to content

Commit f621f89

Browse files
committed
revert change to single test
1 parent bdd79b8 commit f621f89

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/test/ui/huge-enum.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// normalize-stderr-test "std::option::Option<\[u32; \d+\]>" -> "TYPE"
2+
// normalize-stderr-test "\[u32; \d+\]" -> "TYPE"
3+
14
// FIXME https://github.com/rust-lang/rust/issues/59774
25
// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
36
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""

src/test/ui/huge-enum.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
error: the type `std::option::Option<[u32; 35184372088831]>` is too big for the current architecture
2-
--> $DIR/huge-enum.rs:12:9
1+
error: the type `TYPE` is too big for the current architecture
2+
--> $DIR/huge-enum.rs:15:9
33
|
44
LL | let big: BIG = None;
55
| ^^^

0 commit comments

Comments
 (0)