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

Unified Diff: packages/analyzer/test/src/util/asserts_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
Index: packages/analyzer/test/src/util/asserts_test.dart
diff --git a/packages/analyzer/test/src/util/asserts_test.dart b/packages/analyzer/test/src/util/asserts_test.dart
index a504e439c52355a651f12ff724381bb8e24bf053..3d8ade7fd5a7e118efe03af9aed05a1cc017bd5b 100644
--- a/packages/analyzer/test/src/util/asserts_test.dart
+++ b/packages/analyzer/test/src/util/asserts_test.dart
@@ -2,17 +2,17 @@
// 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.util.asserts;
+library analyzer.test.src.util.asserts_test;
import 'package:analyzer/src/util/asserts.dart';
+import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'package:unittest/unittest.dart';
-import '../../reflective_tests.dart';
import '../../utils.dart';
main() {
initializeTestEnvironment();
- runReflectiveTests(AnalysisTaskTest);
+ defineReflectiveTests(AnalysisTaskTest);
}
@reflectiveTest
« no previous file with comments | « packages/analyzer/test/src/util/absolute_path_test.dart ('k') | packages/analyzer/test/src/util/fast_uri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698