Skip to content

Commit

Permalink
Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice test
Browse files Browse the repository at this point in the history
This ensures that the test passes, regardless of what the user has set
RUST_BACKTRACE to.
  • Loading branch information
Aaron1011 committed Jan 14, 2019
1 parent a16e1a7 commit f2dbdc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/pattern/const-pat-ice.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// failure-status: 101
// rustc-env:RUST_BACKTRACE=0

// This is a repro test for an ICE in our pattern handling of constants.

Expand Down

0 comments on commit f2dbdc4

Please sign in to comment.