| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/builder/HtmlUnitBuilderTest.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/builder/HtmlUnitBuilderTest.java (revision 40542)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/builder/HtmlUnitBuilderTest.java (working copy)
|
| @@ -179,6 +179,12 @@
|
| context = AnalysisContextFactory.contextWithCore();
|
| }
|
|
|
| + @Override
|
| + protected void tearDown() throws Exception {
|
| + context = null;
|
| + super.tearDown();
|
| + }
|
| +
|
| ExpectedLibrary l(ExpectedVariable... expectedVariables) {
|
| return new ExpectedLibrary(expectedVariables);
|
| }
|
|
|