| Index: tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| diff --git a/tests/compiler/dart2js/no_duplicate_constructor_body_test.dart b/tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| index b50ff8f21e84508c9eed9c6d089d438676437a14..23464d6f601214b64836e34c051120511e370ab6 100644
|
| --- a/tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| +++ b/tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| @@ -16,7 +16,7 @@ main() {
|
|
|
| main() {
|
| String generated = compileAll(CODE);
|
| - RegExp regexp = new RegExp(@'\$.A = {"":');
|
| + RegExp regexp = new RegExp(r'\$.A = {"":');
|
| Iterator<Match> matches = regexp.allMatches(generated).iterator();
|
| checkNumberOfMatches(matches, 1);
|
| }
|
|
|