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

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

Issue 19592015: Get rid of hokey dependencyMapList stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/package_files_test.dart
diff --git a/sdk/lib/_internal/pub/test/package_files_test.dart b/sdk/lib/_internal/pub/test/package_files_test.dart
index 58fd1813947b66b52ea3fa130159911e113b93c3..5c61e0f27bda2c6c07a8100105a3fe136bf340aa 100644
--- a/sdk/lib/_internal/pub/test/package_files_test.dart
+++ b/sdk/lib/_internal/pub/test/package_files_test.dart
@@ -23,7 +23,7 @@ main() {
group('not in a git repo', () {
setUp(() {
- d.appDir([]).create();
+ d.appDir().create();
scheduleEntrypoint();
});
@@ -55,7 +55,7 @@ main() {
group('with git', () {
setUp(() {
ensureGit();
- d.git(appPath, [d.appPubspec([])]).create();
+ d.git(appPath, [d.appPubspec()]).create();
scheduleEntrypoint();
});
« no previous file with comments | « sdk/lib/_internal/pub/test/install/switch_source_test.dart ('k') | sdk/lib/_internal/pub/test/pub_cache_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698