| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/file/SplitIndexStoreImplTest.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/file/SplitIndexStoreImplTest.java (revision 40507)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/file/SplitIndexStoreImplTest.java (working copy)
|
| @@ -606,4 +606,11 @@
|
| when(libraryElement.getSource()).thenReturn(librarySource);
|
| when(libraryElement.getDefiningCompilationUnit()).thenReturn(libraryUnitElement);
|
| }
|
| +
|
| + @Override
|
| + protected void tearDown() throws Exception {
|
| + nodeManager = null;
|
| + store = null;
|
| + super.tearDown();
|
| + }
|
| }
|
|
|