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

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

Issue 1867243004: Begin refactoring compiler out of diet parser and scanner (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | « pkg/compiler/lib/src/scanner/scanner_task.dart ('k') | tests/compiler/dart2js/parser_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/exit_code_test.dart
diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
index 2bbde2bacb95c1ac0ec256ca55ad38c9e46f255b..715d4d6d82dfd34b9efd188af5fce260c4991f61 100644
--- a/tests/compiler/dart2js/exit_code_test.dart
+++ b/tests/compiler/dart2js/exit_code_test.dart
@@ -151,7 +151,8 @@ class TestDiagnosticReporter extends DiagnosticReporterWrapper {
}
class TestScanner extends ScannerTask {
- TestScanner(TestCompiler compiler) : super(compiler);
+ TestScanner(TestCompiler compiler)
+ : super(compiler, compiler.dietParser);
TestCompiler get compiler => super.compiler;
« no previous file with comments | « pkg/compiler/lib/src/scanner/scanner_task.dart ('k') | tests/compiler/dart2js/parser_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698