Skip to content

Commit

Permalink
revert change to single test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Aug 4, 2019
1 parent bdd79b8 commit f621f89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/test/ui/huge-enum.rs
Original file line number Diff line number Diff line change
@@ -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" -> ""
Expand Down
4 changes: 2 additions & 2 deletions src/test/ui/huge-enum.stderr
Original file line number Diff line number Diff line change
@@ -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;
| ^^^
Expand Down

0 comments on commit f621f89

Please sign in to comment.