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

Unified Diff: test/sdk_test.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. Created 4 years, 3 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 | « test/pub_get_and_upgrade_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sdk_test.dart
diff --git a/test/sdk_test.dart b/test/sdk_test.dart
index 988e7e24706dcb8a599ba576c9bd3f4ae6b6bc14..7c10f74328eb694b2612743d33edcf82f2bd1e12 100644
--- a/test/sdk_test.dart
+++ b/test/sdk_test.dart
@@ -40,8 +40,6 @@ main() {
'bar': '1.0.0'
})
]).validate();
-
- d.packagesDir({'foo': '0.0.1', 'bar': '1.0.0'}).validate();
});
group("fails if", () {
@@ -71,7 +69,7 @@ main() {
'- myapp',
exitCode: exit_codes.UNAVAILABLE);
});
-
+
integration("the SDK doesn't contain the package", () {
d.appDir({"bar": {"sdk": "flutter"}}).create();
pubCommand(command,
« no previous file with comments | « test/pub_get_and_upgrade_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698