| Index: tests/compiler/dart2js/no_duplicate_constructor_body_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/no_duplicate_constructor_body_test.dart (revision 15255)
|
| +++ tests/compiler/dart2js/no_duplicate_constructor_body_test.dart (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| main() {
|
| String generated = compileAll(CODE);
|
| - RegExp regexp = new RegExp(r'\$.A = {"":');
|
| + RegExp regexp = new RegExp(r'\$.A = {\n "super"');
|
| Iterator<Match> matches = regexp.allMatches(generated).iterator();
|
| checkNumberOfMatches(matches, 1);
|
| }
|
|
|