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

Unified Diff: tests/compiler/dart2js/kernel/run_from_dill_test.dart

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: 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/kernel/run_from_dill_test.dart
diff --git a/tests/compiler/dart2js/kernel/run_from_dill_test.dart b/tests/compiler/dart2js/kernel/run_from_dill_test.dart
index 5995eb76f67a8eba7d0f0da75eb7731c650714cc..d8d0b153351b0073087fad55b2053f02a9bfa1cd 100644
--- a/tests/compiler/dart2js/kernel/run_from_dill_test.dart
+++ b/tests/compiler/dart2js/kernel/run_from_dill_test.dart
@@ -67,7 +67,7 @@ Future<ResultKind> mainInternal(List<String> args,
List<String> dart2jsArgs = [
dillFile.toString(),
'-o$output',
- Flags.loadFromDill,
+ Flags.previewDart2,
Flags.disableTypeInference,
Flags.disableInlining,
Flags.enableAssertMessage

Powered by Google App Engine
This is Rietveld 408576698