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

Unified Diff: lib/src/rastak.dart

Issue 2078453002: Speed up testing. (Closed) Base URL: git@github.com:dart-lang/rasta.git@visit_for_effect
Patch Set: 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
Index: lib/src/rastak.dart
diff --git a/lib/src/rastak.dart b/lib/src/rastak.dart
index 80877b435762248771c674af56a91543cd61d754..f4c2ada5cd461d6a81c8e03af3d7cd299023a43b 100644
--- a/lib/src/rastak.dart
+++ b/lib/src/rastak.dart
@@ -19,7 +19,7 @@ Future<ir.TreeNode> main(List<String> arguments, isolateArgument) async {
final ReceivePort port = new ReceivePort();
try {
Stopwatch wallClock = new Stopwatch()..start();
- Rastask task = await Rastask.setup(wallClock, arguments);
+ Rastask task = await Rastask.create(wallClock, arguments);
// Due to an implementation detail (an optimization that may be wrong) in
// zones, a `then` handler on a future may be run recursively inside a
« no previous file with comments | « lib/kernel.dart ('k') | lib/src/rastask.dart » ('j') | lib/src/run_single.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698