| Index: pkg/analysis_server/test/domain_execution_test.dart
|
| diff --git a/pkg/analysis_server/test/domain_execution_test.dart b/pkg/analysis_server/test/domain_execution_test.dart
|
| index e3de661e96f605fee1c610130cce7c3901af14dc..fad6e1a2db66899a8eef029f7014c53e7c662025 100644
|
| --- a/pkg/analysis_server/test/domain_execution_test.dart
|
| +++ b/pkg/analysis_server/test/domain_execution_test.dart
|
| @@ -288,8 +288,8 @@ class ExecutionDomainTest extends AbstractAnalysisTest {
|
|
|
| @override
|
| void tearDown() {
|
| - super.tearDown();
|
| _disposeExecutionContext();
|
| + super.tearDown();
|
| }
|
|
|
| void test_mapUri_file() {
|
|
|