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

Unified Diff: packages/analyzer/test/src/task/manager_test.dart

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « packages/analyzer/test/src/task/inputs_test.dart ('k') | packages/analyzer/test/src/task/model_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/analyzer/test/src/task/manager_test.dart
diff --git a/packages/analyzer/test/src/task/manager_test.dart b/packages/analyzer/test/src/task/manager_test.dart
index 783c0154e52fd834791e9d17cab830cbaef38e13..cc35b85629ad4bf7847836594ee8bd209b425a0e 100644
--- a/packages/analyzer/test/src/task/manager_test.dart
+++ b/packages/analyzer/test/src/task/manager_test.dart
@@ -2,20 +2,20 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library test.src.task.manager_test;
+library analyzer.test.src.task.manager_test;
-import 'package:analyzer/src/generated/java_engine.dart';
+import 'package:analyzer/exception/exception.dart';
import 'package:analyzer/src/task/manager.dart';
import 'package:analyzer/task/model.dart';
+import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'package:unittest/unittest.dart';
import '../../generated/test_support.dart';
-import '../../reflective_tests.dart';
import '../../utils.dart';
main() {
initializeTestEnvironment();
- runReflectiveTests(TaskManagerTest);
+ defineReflectiveTests(TaskManagerTest);
}
@reflectiveTest
« no previous file with comments | « packages/analyzer/test/src/task/inputs_test.dart ('k') | packages/analyzer/test/src/task/model_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698