Skip to content

Commit

Permalink
update treat-err-as-bug test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Mar 7, 2019
1 parent e3299f2 commit 29716ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make-fulldeps/treat-err-as-bug/Makefile
Expand Up @@ -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\`'"

0 comments on commit 29716ef

Please sign in to comment.