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

Unified Diff: tests/compiler/dart2js/incremental/hello_test.dart

Issue 832363002: Remove Compiler.assembledCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix unittest Created 5 years, 11 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/exit_code_test.dart ('k') | tests/compiler/dart2js/js_backend_cps_ir_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/incremental/hello_test.dart
diff --git a/tests/compiler/dart2js/incremental/hello_test.dart b/tests/compiler/dart2js/incremental/hello_test.dart
index 026ce572f434999d726d5e6fc21ca2048c6db48d..7dad2e847bca1b3d92986617192e5a73cce7f5c1 100644
--- a/tests/compiler/dart2js/incremental/hello_test.dart
+++ b/tests/compiler/dart2js/incremental/hello_test.dart
@@ -17,6 +17,9 @@ import 'package:dart2js_incremental/dart2js_incremental.dart' show
import 'package:compiler/compiler.dart' show
Diagnostic;
+import 'package:compiler/src/dart2jslib.dart' show
+ NullSink;
+
import 'package:async_helper/async_helper.dart' show
asyncTest;
@@ -93,6 +96,7 @@ Future runTests(
IncrementalCompiler compiler = new IncrementalCompiler(
diagnosticHandler: handler,
inputProvider: provider,
+ outputProvider: NullSink.outputProvider,
options: ['--analyze-main'],
libraryRoot: libraryRoot,
packageRoot: packageRoot);
« no previous file with comments | « tests/compiler/dart2js/exit_code_test.dart ('k') | tests/compiler/dart2js/js_backend_cps_ir_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698