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

Unified Diff: tests/compiler/dart2js/kernel/run_from_dill_test.dart

Issue 2983013002: Implement optimized mixin application in dart2js (Closed)
Patch Set: Updated cf. comment Created 3 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
« no previous file with comments | « tests/compiler/dart2js/kernel/mixin_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/kernel/run_from_dill_test.dart
diff --git a/tests/compiler/dart2js/kernel/run_from_dill_test.dart b/tests/compiler/dart2js/kernel/run_from_dill_test.dart
index 617e3dd8c015a80f1b3b8c436bfcd17fa5815534..5995eb76f67a8eba7d0f0da75eb7731c650714cc 100644
--- a/tests/compiler/dart2js/kernel/run_from_dill_test.dart
+++ b/tests/compiler/dart2js/kernel/run_from_dill_test.dart
@@ -62,7 +62,7 @@ Future<ResultKind> mainInternal(List<String> args,
}
Uri dillFile =
- await createTemp(entryPoint, memorySourceFiles, printSteps: true);
+ await generateDill(entryPoint, memorySourceFiles, printSteps: true);
String output = uriPathToNative(dillFile.resolve('out.js').path);
List<String> dart2jsArgs = [
dillFile.toString(),
« no previous file with comments | « tests/compiler/dart2js/kernel/mixin_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698