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

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

Issue 296823003: Fix some pub test ordering churn caused by YAML changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/deps_test.dart
diff --git a/sdk/lib/_internal/pub/test/deps_test.dart b/sdk/lib/_internal/pub/test/deps_test.dart
index 30153624d5d8c62cb0d0157cdc492faba6f0d829..0241d66e5a44202c657a305dd9a3ff61da8a811e 100644
--- a/sdk/lib/_internal/pub/test/deps_test.dart
+++ b/sdk/lib/_internal/pub/test/deps_test.dart
@@ -68,7 +68,7 @@ main() {
dependencies:
- from_path 1.2.3
- - normal 1.2.3 [circular_a transitive]
+ - normal 1.2.3 [transitive circular_a]
- overridden 2.0.0
dev dependencies:
@@ -94,18 +94,18 @@ main() {
dependencies:
- from_path 1.2.3
- - overridden 2.0.0
- normal 1.2.3
- - circular_a any
- transitive any
+ - circular_a any
+ - overridden 2.0.0
dev dependencies:
- unittest 1.2.3
- shared any
dependency overrides:
- - override_only 1.2.3
- overridden 2.0.0
+ - override_only 1.2.3
transitive dependencies:
- circular_a 1.2.3
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698