| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 7c9cecf4d22641fbf90c350f74b201aec0c60edb..424640599d37fabc7cd9171a8206a4120a19a462 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1353,7 +1353,7 @@ class StandardTestSuite extends TestSuite {
|
| RegExp isolateStubsRegExp = new RegExp(r"// IsolateStubs=(.*)");
|
| // TODO(gram) Clean these up once the old directives are not supported.
|
| RegExp domImportRegExp =
|
| - new RegExp(r"^[#]?import.*dart:[html|web_audio|indexed_db|svg|web_sql]",
|
| + new RegExp(r"^[#]?import.*dart:(html|web_audio|indexed_db|svg|web_sql)",
|
| multiLine: true);
|
| RegExp libraryDefinitionRegExp =
|
| new RegExp(r"^[#]?library[\( ]", multiLine: true);
|
|
|