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

Unified Diff: pkg/analysis_server/test/services/index/store/codec_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/services/index/store/codec_test.dart
diff --git a/pkg/analysis_server/test/services/index/store/codec_test.dart b/pkg/analysis_server/test/services/index/store/codec_test.dart
index 3c0eb1ab6b38bb127ccfeeb9563917776e4c8a4b..2d6a068a09556ae7f3de83e04d8c18cb9ae904da 100644
--- a/pkg/analysis_server/test/services/index/store/codec_test.dart
+++ b/pkg/analysis_server/test/services/index/store/codec_test.dart
@@ -15,9 +15,10 @@ import 'package:unittest/unittest.dart';
import '../../../abstract_single_unit.dart';
import '../../../mocks.dart';
+import '../../../utils.dart';
main() {
- groupSep = ' | ';
+ initializeTestEnvironment();
defineReflectiveTests(_ContextCodecTest);
defineReflectiveTests(_ElementCodecTest);
defineReflectiveTests(_RelationshipCodecTest);
@@ -74,7 +75,9 @@ class _ElementCodecTest extends AbstractSingleUnitTest {
}
void test_encode_CompilationUnitElement() {
- addSource('/my_part.dart', '''
+ addSource(
+ '/my_part.dart',
+ '''
part of my_lib;
''');
resolveTestUnit('''

Powered by Google App Engine
This is Rietveld 408576698