Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: tests/compiler/dart2js/annotated_code_helper.dart

Issue 2999003002: Add more tested features to closure_test (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698