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

Unified Diff: utils/tests/pub/install/git/lock_version_test.dart

Issue 13132002: Version 0.4.3.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 7 years, 9 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/pub/system_cache.dart ('k') | utils/tests/pub/install/hosted/stay_locked_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/install/git/lock_version_test.dart
===================================================================
--- utils/tests/pub/install/git/lock_version_test.dart (revision 20601)
+++ utils/tests/pub/install/git/lock_version_test.dart (working copy)
@@ -35,7 +35,7 @@
]).validate();
// Delete the packages path to simulate a new checkout of the application.
- schedule(() => deleteDir(path.join(sandboxDir, packagesPath)));
+ schedule(() => deleteEntry(path.join(sandboxDir, packagesPath)));
d.git('foo.git', [
d.libDir('foo', 'foo 2'),
« no previous file with comments | « utils/pub/system_cache.dart ('k') | utils/tests/pub/install/hosted/stay_locked_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698