Skip to content

Commit

Permalink
Update UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 21, 2020
1 parent a657be4 commit c14d85f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/test/rustdoc-ui/test-compile-fail3.stderr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/test-compile-fail3.rs:3:1
|
3 | "fail
| ^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0765`.
3 changes: 2 additions & 1 deletion src/test/rustdoc-ui/unparseable-doc-test.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ test $DIR/unparseable-doc-test.rs - foo (line 6) ... FAILED
failures:

---- $DIR/unparseable-doc-test.rs - foo (line 6) stdout ----
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/unparseable-doc-test.rs:8:1
|
LL | "unterminated
| ^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0765`.
Couldn't compile the test.

failures:
Expand Down
3 changes: 2 additions & 1 deletion src/test/ui/codemap_tests/tab_2.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/tab_2.rs:4:7
|
LL | """;
Expand All @@ -8,3 +8,4 @@ LL | | }

error: aborting due to previous error

For more information about this error, try `rustc --explain E0765`.
3 changes: 2 additions & 1 deletion src/test/ui/issues/issue-44078.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/issue-44078.rs:2:8
|
LL | "😊"";
Expand All @@ -8,3 +8,4 @@ LL | | }

error: aborting due to previous error

For more information about this error, try `rustc --explain E0765`.
3 changes: 2 additions & 1 deletion src/test/ui/parser/unbalanced-doublequote.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/unbalanced-doublequote.rs:5:5
|
LL | / "
Expand All @@ -7,3 +7,4 @@ LL | | }

error: aborting due to previous error

For more information about this error, try `rustc --explain E0765`.

0 comments on commit c14d85f

Please sign in to comment.