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

Unified Diff: pkg/analysis_server/test/server_options_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/server_options_test.dart
diff --git a/pkg/analysis_server/test/server_options_test.dart b/pkg/analysis_server/test/server_options_test.dart
index 89d1e9d22376c1b8431fb06decd91466ae39ac02..d8de4339a33325d3078a771790e9c14ea3b123bf 100644
--- a/pkg/analysis_server/test/server_options_test.dart
+++ b/pkg/analysis_server/test/server_options_test.dart
@@ -10,8 +10,10 @@ library analysis_server.test.server_options;
import 'package:analysis_server/src/server_options.dart';
import 'package:unittest/unittest.dart';
+import 'utils.dart';
+
void main() {
- groupSep = ' | ';
+ initializeTestEnvironment();
group('server_options', () {
test('basic - []', () {

Powered by Google App Engine
This is Rietveld 408576698