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

Unified Diff: pkg/analyzer/test/src/task/inputs_test.dart

Issue 1465983004: Revert "Clean-up the registration of plugins" (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | pkg/analyzer_cli/lib/src/driver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/task/inputs_test.dart
diff --git a/pkg/analyzer/test/src/task/inputs_test.dart b/pkg/analyzer/test/src/task/inputs_test.dart
index 5ebbaecd1bae10a5182631d7dafccf2eba8c8073..3943a9955e9ec9ae738141926a71e284761727d6 100644
--- a/pkg/analyzer/test/src/task/inputs_test.dart
+++ b/pkg/analyzer/test/src/task/inputs_test.dart
@@ -37,7 +37,6 @@ class ConstantTaskInputBuilderTest extends EngineTestCase {
ConstantTaskInputBuilder builder;
void setUp() {
- super.setUp();
builder = new ConstantTaskInputBuilder(input);
}
@@ -556,7 +555,7 @@ class ListToMapTaskInputTest extends EngineTestCase {
}
@reflectiveTest
-class ObjectToListTaskInputBuilderTest {
+class ObjectToListTaskInputBuilderTest extends EngineTestCase {
static final AnalysisTarget target = new TestSource();
static final ResultDescriptorImpl result =
new ResultDescriptorImpl('result', null);
@@ -706,7 +705,7 @@ class ObjectToListTaskInputTest extends EngineTestCase {
}
@reflectiveTest
-class SimpleTaskInputBuilderTest {
+class SimpleTaskInputBuilderTest extends EngineTestCase {
static final AnalysisTarget target = new TestSource();
static final ResultDescriptorImpl result =
new ResultDescriptorImpl('result', null);
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | pkg/analyzer_cli/lib/src/driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698