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

Unified Diff: test/package_list_files_test.dart

Issue 2044253003: Refactor Source and SourceRegistry. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Rename LiveSource to BoundSource. Created 4 years, 6 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/lock_file_test.dart ('k') | test/pubspec_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/package_list_files_test.dart
diff --git a/test/package_list_files_test.dart b/test/package_list_files_test.dart
index 3b5f423fb9999931a4d7de86d818832fc7a797b4..1d9bcbc58aaf6df3dd4ac2978a0a6b102c61ba3b 100644
--- a/test/package_list_files_test.dart
+++ b/test/package_list_files_test.dart
@@ -149,8 +149,7 @@ void scheduleEntrypoint([String path]) {
if (path == null) path = appPath;
schedule(() {
root = p.join(sandboxDir, path);
- entrypoint = new Entrypoint(root,
- new SystemCache.withSources(rootDir: root));
+ entrypoint = new Entrypoint(root, new SystemCache(rootDir: root));
}, 'initializing entrypoint at $path');
currentSchedule.onComplete.schedule(() {
« no previous file with comments | « test/lock_file_test.dart ('k') | test/pubspec_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698