update test stderr, not sure which rustc pull request caused this.

This commit is contained in:
Matthias Krüger 2019-07-24 02:24:27 +02:00
parent 2221fc8124
commit b0373a5f6b

View File

@ -2,7 +2,7 @@ error: expected token: `,`
--> $DIR/issue-3145.rs:2:19
|
LL | println!("{}" a); //~ERROR expected token: `,`
| ^
| ^ expected `,`
error: aborting due to previous error