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

Unified Diff: sdk/lib/_internal/pub/test/error_group_test.dart

Issue 14297021: Move pub into sdk/lib/_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Disallow package: imports of pub. Created 7 years, 8 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: sdk/lib/_internal/pub/test/error_group_test.dart
diff --git a/utils/tests/pub/error_group_test.dart b/sdk/lib/_internal/pub/test/error_group_test.dart
similarity index 99%
rename from utils/tests/pub/error_group_test.dart
rename to sdk/lib/_internal/pub/test/error_group_test.dart
index 3460ddd9c55deeac94f4d0fc6e8a79d7045c1eba..db952c872730a8f708bbf80e2eb9592fc1d7b0bc 100644
--- a/utils/tests/pub/error_group_test.dart
+++ b/sdk/lib/_internal/pub/test/error_group_test.dart
@@ -8,8 +8,8 @@ import 'dart:async';
import 'package:unittest/unittest.dart';
-import '../../pub/error_group.dart';
-import '../../pub/utils.dart';
+import '../lib/src/error_group.dart';
+import '../lib/src/utils.dart';
ErrorGroup errorGroup;
« no previous file with comments | « sdk/lib/_internal/pub/test/directory_tree_test.dart ('k') | sdk/lib/_internal/pub/test/install/broken_symlink_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698