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

Unified Diff: pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart

Issue 1266923004: More fixes for failures on the Windows bot (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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: pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart b/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
index 091eea6df1194cc961ef7a687992aee29ce69836..2024194af5ad0f0d874b9d23bb39d8b957e077a9 100644
--- a/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
@@ -6,9 +6,11 @@ library test.integration.analysis.get.errors.after.analysis;
import 'package:test_reflective_loader/test_reflective_loader.dart';
+import '../../utils.dart';
import 'get_errors.dart';
main() {
+ initializeTestEnvironment();
defineReflectiveTests(Test);
}

Powered by Google App Engine
This is Rietveld 408576698