Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice test

This ensures that the test passes, regardless of what the user has set
RUST_BACKTRACE to.
This commit is contained in:
Aaron Hill 2019-01-14 01:16:27 -05:00
parent a16e1a781d
commit f2dbdc4302
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -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.