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

Unified Diff: tests/compiler/dart2js/kernel/class_hierarchy_test.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/kernel/class_hierarchy_test.dart
diff --git a/tests/compiler/dart2js/kernel/class_hierarchy_test.dart b/tests/compiler/dart2js/kernel/class_hierarchy_test.dart
index 72e4fe2b57d581f26d419620b7bdd44af4a61740..c7e7a9c5fc4f052603a1992135b8f4463db6fe79 100644
--- a/tests/compiler/dart2js/kernel/class_hierarchy_test.dart
+++ b/tests/compiler/dart2js/kernel/class_hierarchy_test.dart
@@ -32,7 +32,7 @@ main(List<String> arguments) {
}, options: [
Flags.analyzeOnly,
Flags.analyzeAll,
- Flags.useKernel
+ Flags.useKernelInSsa
]);
test('mixin', () async {
Uri mainUri = Uri.parse('memory:main.dart');

Powered by Google App Engine
This is Rietveld 408576698