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

Unified Diff: test/codegen_test.dart

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 9 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/all_tests.dart ('k') | test/dependency_graph_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index 4b1b9de9f3f82424fdeb193f32c546b2465e9100..01f5359c629671be44a47750f10a6c96ede3af41 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -19,6 +19,7 @@ import 'package:test/test.dart';
import 'package:dev_compiler/devc.dart';
import 'package:dev_compiler/src/compiler.dart' show defaultRuntimeFiles;
import 'package:dev_compiler/src/options.dart';
+import 'package:dev_compiler/src/report.dart' show LogReporter;
import 'testing.dart' show realSdkContext, testDirectory;
import 'multitest.dart';
@@ -85,7 +86,7 @@ main(arguments) {
checkSdk: checkSdk,
runtimeDir: runtimeDir,
inputBaseDir: inputDir);
- var reporter = createErrorReporter(context, options);
+ var reporter = new LogReporter(context);
return new BatchCompiler(context, options, reporter: reporter);
}
« no previous file with comments | « test/all_tests.dart ('k') | test/dependency_graph_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698