| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 8680cdda45a192029a4490006193221b437be861..47d8d6b667f89f89ac61d388bd3a02b9e1ef0a93 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -403,7 +403,7 @@ class AnalysisTestOutputImpl extends TestOutputImpl {
|
| var isStaticClean = false;
|
| if (testCase.info != null) {
|
| var optionsFromFile = testCase.info.optionsFromFile;
|
| - hasFatalTypeErrors = optionsFromFile['hasFatalTypeErrors'];
|
| + hasFatalTypeErrors = testCase.info.hasFatalTypeErrors;
|
| for (Command c in testCase.commands) {
|
| for (String arg in c.arguments) {
|
| if (arg == '--fatal-type-errors') {
|
|
|