| 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 bad4b4c99935b1db8d69a56a51996dc1b3ff03fd..127be93105babaed7cad1d76ac23f1e38642d568 100644
|
| --- a/tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| +++ b/tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| @@ -17,7 +17,7 @@ main() {
|
|
|
| main() {
|
| asyncTest(() => compileAll(CODE).then((generated) {
|
| - RegExp regexp = new RegExp(r'\A: {"": "[A-za-z]+;"');
|
| + RegExp regexp = new RegExp(r'\A: {[ \n]*"": "[A-za-z]+;"');
|
| Iterator<Match> matches = regexp.allMatches(generated).iterator;
|
| checkNumberOfMatches(matches, 1);
|
| }));
|
|
|