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

Unified Diff: pkg/analyzer/test/generated/resolver_test.dart

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. Created 6 years, 11 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:
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698