| Index: tools/testing/dart/multitest.dart
|
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
|
| index 75385d5cf879a133bef3734ee7099b8be2155052..005cdc0893a2e780c24954e678dfce25e99df87a 100644
|
| --- a/tools/testing/dart/multitest.dart
|
| +++ b/tools/testing/dart/multitest.dart
|
| @@ -188,7 +188,7 @@ Set<String> _findAllRelativeImports(Path topLibrary) {
|
| '^(?:@.*\\s+)?' // Allow for a meta-data annotation.
|
| '(import|part)'
|
| '\\s+["\']'
|
| - '(?!(dart:|dart-ext:|package:|/))' // Look-ahead: not in package.
|
| + '(?!(dart:|dart-ext:|data:|package:|/))' // Look-ahead: not in package.
|
| '([^"\']*)' // The path to the imported file.
|
| '["\']');
|
| while (!toSearch.isEmpty) {
|
|
|