| Index: dart/tools/testing/dart/test_progress.dart
|
| diff --git a/dart/tools/testing/dart/test_progress.dart b/dart/tools/testing/dart/test_progress.dart
|
| index 1ebc5411dd6987d43efa5a879d900debee19a75d..d8d942d46bc91dafddd83730c4e4df7b355f4c32 100644
|
| --- a/dart/tools/testing/dart/test_progress.dart
|
| +++ b/dart/tools/testing/dart/test_progress.dart
|
| @@ -223,7 +223,8 @@ class TestOutcomeLogWriter extends EventListener {
|
|
|
| static final INTERESTED_CONFIGURATION_PARAMETERS =
|
| ['mode', 'arch', 'compiler', 'runtime', 'checked', 'host_checked',
|
| - 'minified', 'csp', 'system', 'vm_options', 'use_sdk'];
|
| + 'minified', 'csp', 'system', 'vm_options', 'use_sdk',
|
| + 'use_public_packages'];
|
|
|
| IOSink _sink;
|
|
|
|
|