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

Unified Diff: tests/compiler/dart2js/dump_info_test.dart

Issue 2690063002: Refactor CompilerOutput (Closed)
Patch Set: Updated cf. comments Created 3 years, 10 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: tests/compiler/dart2js/dump_info_test.dart
diff --git a/tests/compiler/dart2js/dump_info_test.dart b/tests/compiler/dart2js/dump_info_test.dart
index b25f24328d95f76f46cf9db8e4004642db05d6fc..e21cfec637cdbcaaa0a9ffcd9ff53c646c3ca208 100644
--- a/tests/compiler/dart2js/dump_info_test.dart
+++ b/tests/compiler/dart2js/dump_info_test.dart
@@ -98,7 +98,8 @@ typedef void JsonTaking(Map<String, dynamic> json);
jsonTest(String program, JsonTaking testFn) async {
var result = await runCompiler(
- memorySourceFiles: {'main.dart': program}, options: ['--dump-info']);
+ memorySourceFiles: {'main.dart': program},
+ options: ['--out=out.js', '--dump-info']);
var compiler = result.compiler;
Expect.isFalse(compiler.compilationFailed);
var dumpTask = compiler.dumpInfoTask;
« no previous file with comments | « tests/compiler/dart2js/deferred_load_mapping_test.dart ('k') | tests/compiler/dart2js/expect_annotations2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698