diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2019-01-14 01:16:27 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2019-01-14 01:16:27 -0500 |
| commit | f2dbdc4302b12c126953ac6ffb8609cb86659f22 (patch) | |
| tree | e2708e1142c2c04ecab39ee17c32ec09f2374824 /src | |
| parent | a16e1a781de15f276d558f542ee40b45a0eab143 (diff) | |
| download | rust-f2dbdc4302b12c126953ac6ffb8609cb86659f22.tar.gz rust-f2dbdc4302b12c126953ac6ffb8609cb86659f22.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/pattern/const-pat-ice.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/pattern/const-pat-ice.rs b/src/test/ui/pattern/const-pat-ice.rs index 6496a2ab69f..865c54be1ad 100644 --- a/src/test/ui/pattern/const-pat-ice.rs +++ b/src/test/ui/pattern/const-pat-ice.rs @@ -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. |
