Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/builder/HtmlUnitBuilderTest.java

Issue 595513003: Version 1.7.0-dev.3.3 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698