| Index: tools/testing/architecture.py
|
| diff --git a/tools/testing/architecture.py b/tools/testing/architecture.py
|
| index f41f650c833ee71598c56744f8cbe0607580f672..2413b4968c1ec7a028ab8fbff21868635f54af9d 100755
|
| --- a/tools/testing/architecture.py
|
| +++ b/tools/testing/architecture.py
|
| @@ -109,7 +109,7 @@ main() {
|
| DART_OPTIONS_PATTERN = re.compile(r"// DartOptions=(.*)")
|
|
|
| # Pattern for checking if the test is a web test.
|
| -DOM_IMPORT_PATTERN = re.compile(r'#import.*(dart:dom|html.dart).*\);',
|
| +DOM_IMPORT_PATTERN = re.compile(r'#import.*dart:(dom|html).*\);',
|
| re.MULTILINE)
|
|
|
| # Pattern for matching the output of a browser test.
|
|
|