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

Unified Diff: pkg/analyzer/test/src/util/yaml_test.dart

Issue 2399913002: Remove 'initializeTestEnvironment' from 'analyzer'. (Closed)
Patch Set: Created 4 years, 2 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 | « pkg/analyzer/test/src/util/test_all.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/util/yaml_test.dart
diff --git a/pkg/analyzer/test/src/util/yaml_test.dart b/pkg/analyzer/test/src/util/yaml_test.dart
index 7ce06567418a1a9500f3e76ca93040aa444bc5bc..4e109acbca21be3130b9b0dc22abb7d4748624b5 100644
--- a/pkg/analyzer/test/src/util/yaml_test.dart
+++ b/pkg/analyzer/test/src/util/yaml_test.dart
@@ -7,11 +7,7 @@ library analyzer.src.test.util.yaml_test;
import 'package:analyzer/src/util/yaml.dart';
import 'package:test/test.dart';
-import '../../utils.dart';
-
main() {
- initializeTestEnvironment();
-
group('yaml', () {
group('merge', () {
test('map', () {
« no previous file with comments | « pkg/analyzer/test/src/util/test_all.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698