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

Unified Diff: tests/co19/test_config.dart

Issue 11312203: "Reverting 14829-14832" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « sdk/lib/uri/uri.dart ('k') | tests/compiler/dart2js/boolified_operator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/test_config.dart
diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
index dc0c92fc1584712cebb582a92942508fca72d204..c1180e867cb8288abebfdf342a10a8041e754a8d 100644
--- a/tests/co19/test_config.dart
+++ b/tests/co19/test_config.dart
@@ -8,7 +8,7 @@
#import('../../tools/testing/dart/test_suite.dart');
class Co19TestSuite extends StandardTestSuite {
- RegExp _testRegExp = new RegExp(r"t[0-9]{2}.dart$");
+ RegExp _testRegExp = const RegExp(r"t[0-9]{2}.dart$");
Co19TestSuite(Map configuration)
: super(configuration,
« no previous file with comments | « sdk/lib/uri/uri.dart ('k') | tests/compiler/dart2js/boolified_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698