Update UI tests

This commit is contained in:
Guillaume Gomez 2020-06-21 11:24:45 +02:00
parent a657be42b1
commit c14d85fd33
5 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/tab_2.rs:4:7
|
LL | """;
@ -8,3 +8,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.

View file

@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/issue-44078.rs:2:8
|
LL | "😊"";
@ -8,3 +8,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.

View file

@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/unbalanced-doublequote.rs:5:5
|
LL | / "
@ -7,3 +7,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.