Index: tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart |
diff --git a/tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart b/tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart |
index a306a0cf20aae3db5d04db5a8d521bd07c7ac5dd..3ca8bb0439a523bd22912e45955193a8e07abb04 100644 |
--- a/tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart |
+++ b/tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart |
@@ -23,7 +23,7 @@ main() { |
main() { |
asyncTest(() => compileAll(CODE).then((generated) { |
- RegExp regexp = new RegExp(r'A\$0: function'); |
+ RegExp regexp = new RegExp(r'A: function'); |
Iterator<Match> matches = regexp.allMatches(generated).iterator; |
checkNumberOfMatches(matches, 1); |
})); |