| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index d7e86b66172d034c9e1b68cf0a19f2e69b361ff4..ad6358fdd8ea5d15718a6d3772384b9faf2c059a 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1397,7 +1397,8 @@ class StandardTestSuite extends TestSuite {
|
|
|
| if ((configuration["compiler"] == "dartanalyzer" ||
|
| configuration["compiler"] == "dart2analyzer") &&
|
| - filePath.filename.contains("dart2js")) {
|
| + (filePath.filename.contains("dart2js") ||
|
| + filePath.directoryPath.segments().last.contains('html_common'))) {
|
| args.add("--use-dart2js-libraries");
|
| }
|
|
|
|
|