| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index bc6be6491449219ff5f13c0576efd72a2ab3e535..3694509fd0e28ec2b5824a4ea6c16bf24192c0a9 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1670,8 +1670,6 @@ class KernelCompilationCommandOutputImpl extends CompilationCommandOutputImpl {
|
| return Expectation.DARTK_CRASH;
|
| } else if (result.canBeOutcomeOf(Expectation.TIMEOUT)) {
|
| return Expectation.DARTK_TIMEOUT;
|
| - } else if (result.canBeOutcomeOf(Expectation.MISSING_COMPILETIME_ERROR)) {
|
| - return Expectation.DARTK_MISSING_COMPILETIME_ERROR;
|
| } else if (result.canBeOutcomeOf(Expectation.COMPILETIME_ERROR)) {
|
| return Expectation.DARTK_COMPILETIME_ERROR;
|
| }
|
|
|