Chromium Code Reviews| Index: utils/tests/pub/test_pub.dart |
| =================================================================== |
| --- utils/tests/pub/test_pub.dart (revision 20601) |
| +++ utils/tests/pub/test_pub.dart (working copy) |
| @@ -235,7 +235,7 @@ |
| _sandboxDir = createTempDir(); |
| d.defaultRoot = sandboxDir; |
| - currentSchedule.onComplete.schedule(() => deleteDir(_sandboxDir), |
| + currentSchedule.onComplete.schedule(() => deleteEntry(_sandboxDir), |
| 'deleting the sandbox directory'); |
| // Schedule the test. |