update treat-err-as-bug test

This commit is contained in:
Esteban Küber 2019-03-07 13:13:13 -08:00
parent e3299f2c0d
commit 29716ef4f7

View file

@ -2,4 +2,4 @@
all:
$(RUSTC) err.rs -Z treat-err-as-bug 2>&1 \
| $(CGREP) "panicked at 'encountered error with \`-Z treat_err_as_bug'"
| $(CGREP) "panicked at 'aborting due to \`-Z treat-err-as-bug=1\`'"