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

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

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 5 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/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 0f59366fa0c84aae863fc723d7562f8025b57d5e..6c759d4461c60c00b0933d09e6af85f395522b0b 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -52,6 +52,7 @@ typedef String LibrarySourceProvider(Uri uri);
class MockCompiler extends Compiler {
api.CompilerDiagnostics diagnosticHandler;
+ final api.CompilerInput provider = null;
/// Expected number of warnings. If `null`, the number of warnings is
/// not checked.

Powered by Google App Engine
This is Rietveld 408576698