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

Unified Diff: utils/tests/pub/update/pub_update_test.dart

Issue 11035066: Spit pub tests into smaller suites. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
« no previous file with comments | « utils/tests/pub/update/hosted/update_removed_constraints_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/update/pub_update_test.dart
diff --git a/utils/tests/pub/pub_update_test.dart b/utils/tests/pub/update/pub_update_test.dart
similarity index 96%
rename from utils/tests/pub/pub_update_test.dart
rename to utils/tests/pub/update/pub_update_test.dart
index 8f9128d8980082fc4f38c5a639028b7e78702cb5..d6cc455eab5bfdfe57f4730f537b2d9e6a798298 100644
--- a/utils/tests/pub/pub_update_test.dart
+++ b/utils/tests/pub/update/pub_update_test.dart
@@ -6,8 +6,8 @@
#import('dart:io');
-#import('test_pub.dart');
-#import('../../../pkg/unittest/unittest.dart');
+#import('../test_pub.dart');
+#import('../../../../pkg/unittest/unittest.dart');
main() {
group('requires', () {
« no previous file with comments | « utils/tests/pub/update/hosted/update_removed_constraints_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698