| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/html/angular/AngularHtmlIndexContributorTest.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/html/angular/AngularHtmlIndexContributorTest.java (revision 40507)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/html/angular/AngularHtmlIndexContributorTest.java (working copy)
|
| @@ -261,6 +261,12 @@
|
| "attr"));
|
| }
|
|
|
| + @Override
|
| + protected void tearDown() throws Exception {
|
| + index = null;
|
| + super.tearDown();
|
| + }
|
| +
|
| private List<RecordedRelation> captureRecordedRelations() {
|
| return captureRelations(store);
|
| }
|
|
|