Skip to content

Commit

Permalink
Update UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 25, 2020
1 parent eb6d9a4 commit 33302fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ui/parser/byte-string-literals.stderr
Expand Up @@ -22,7 +22,7 @@ error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte
LL | b"é";
| ^

error: unterminated double quote byte string
error[E0766]: unterminated double quote byte string
--> $DIR/byte-string-literals.rs:7:6
|
LL | b"a
Expand All @@ -32,3 +32,4 @@ LL | | }

error: aborting due to 5 previous errors

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

0 comments on commit 33302fa

Please sign in to comment.