revert change to single test

This commit is contained in:
Esteban Küber 2019-08-04 13:14:53 -07:00
parent bdd79b849e
commit f621f890a6
2 changed files with 5 additions and 2 deletions

View file

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

View file

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