| Index: pkg/analyzer/test/generated/resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
|
| index 7ac650071997ca5fb2972669bc3862a582710d56..7283b20d95690ee863d63318cfe934f076d3429b 100644
|
| --- a/pkg/analyzer/test/generated/resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/resolver_test.dart
|
| @@ -11241,7 +11241,7 @@ class CompileTimeErrorCodeTest extends ResolverTestCase {
|
| }
|
|
|
| void test_importInternalLibrary_collection() {
|
| - Source source = addSource(EngineTestCase.createSource(["import 'dart:_collection-dev';"]));
|
| + Source source = addSource(EngineTestCase.createSource(["import 'dart:_internal';"]));
|
| resolve(source);
|
| // Note, in these error cases we may generate an UNUSED_IMPORT hint, while we could prevent
|
| // the hint from being generated by testing the import directive for the error, this is such a
|
|
|