| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/file/RelationshipCodecTest.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/file/RelationshipCodecTest.java (revision 40507)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/file/RelationshipCodecTest.java (working copy)
|
| @@ -26,4 +26,11 @@
|
| int id = codec.encode(relationship);
|
| assertSame(relationship, codec.decode(id));
|
| }
|
| +
|
| + @Override
|
| + protected void tearDown() throws Exception {
|
| + stringCodec = null;
|
| + codec = null;
|
| + super.tearDown();
|
| + }
|
| }
|
|
|