Skip to content

Commit

Permalink
Revert the regex test change.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Dec 1, 2017
1 parent c3a8946 commit 6c18811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/regex.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ error: trivial regex
error: trivial regex
--> $DIR/regex.rs:62:40
|
62 | let trivial_backslash = Regex::new("a//.b");
62 | let trivial_backslash = Regex::new("a/.b");
| ^^^^^^^
|
= help: consider using consider using `str::contains`
Expand Down

0 comments on commit 6c18811

Please sign in to comment.