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

Unified Diff: tests/compiler/dart2js/line_column_provider_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
« no previous file with comments | « tests/compiler/dart2js/expect_annotations2_test.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/line_column_provider_test.dart
diff --git a/tests/compiler/dart2js/line_column_provider_test.dart b/tests/compiler/dart2js/line_column_provider_test.dart
index bb640e34c45023434e0852a3f9c6845760865dcd..ccdda3b3623a49f7a865b5b7625ac51cf9b70be6 100644
--- a/tests/compiler/dart2js/line_column_provider_test.dart
+++ b/tests/compiler/dart2js/line_column_provider_test.dart
@@ -11,7 +11,7 @@ import 'package:compiler/src/io/line_column_provider.dart';
import 'output_collector.dart';
test(List events, Map<int, List<int>> expectedPositions) {
- BufferedEventSink sink = new BufferedEventSink();
+ BufferedOutputSink sink = new BufferedOutputSink();
LineColumnProvider lineColumnProvider = new LineColumnCollector();
CodeOutput output = new StreamCodeOutput(sink, [lineColumnProvider]);
for (var event in events) {
« no previous file with comments | « tests/compiler/dart2js/expect_annotations2_test.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698