| Index: tests/compiler/dart2js/annotated_code_helper.dart
|
| diff --git a/tests/compiler/dart2js/annotated_code_helper.dart b/tests/compiler/dart2js/annotated_code_helper.dart
|
| index 3e57a05182bb7af0519a5d1c49666c9517e594aa..47e59de54a4f7d92253f3d834e8b72799c4fdaca 100644
|
| --- a/tests/compiler/dart2js/annotated_code_helper.dart
|
| +++ b/tests/compiler/dart2js/annotated_code_helper.dart
|
| @@ -9,7 +9,7 @@ const int _LBRACE = 0x7B;
|
| const Pattern atBraceStart = '@{';
|
| const Pattern braceEnd = '}';
|
|
|
| -final Pattern commentStart = new RegExp(r' */\*');
|
| +final Pattern commentStart = new RegExp(r'/\*');
|
| final Pattern commentEnd = new RegExp(r'\*/ *');
|
|
|
| class Annotation {
|
|
|