| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 85a93c964d8b5c8a6a0d0d523925e968ccdf3434..ae2dfa3b94645c4dbd7088444878a4da6fe6a4f8 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1308,6 +1308,7 @@ class StandardTestSuite extends TestSuite {
|
| args.addAll(additionalOptions(filePath));
|
| if (configuration['analyzer']) {
|
| args.add('--machine');
|
| + args.add('--no-hints');
|
| }
|
|
|
| bool isMultitest = optionsFromFile["isMultitest"];
|
|
|