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

Unified Diff: pkg/kernel/test/closures/suite.dart

Issue 2984963002: Enable Run step in closure-conversion test suite (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
« no previous file with comments | « pkg/kernel/test/closures/closures.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/closures/suite.dart
diff --git a/pkg/kernel/test/closures/suite.dart b/pkg/kernel/test/closures/suite.dart
index 9748f3acda9c3c73f959d5f305d6b80d522cca6a..10e9c7afe86cc591cafeea3a6aeef36abb122356 100644
--- a/pkg/kernel/test/closures/suite.dart
+++ b/pkg/kernel/test/closures/suite.dart
@@ -55,8 +55,7 @@ class ClosureConversionContext extends ChainContext implements CompileContext {
updateExpectations: updateExpectations),
const WriteDill(),
const ReadDill(),
- // TODO(29143): add `Run` step when Vectors are added to VM.
- //const Run(),
+ const Run(),
];
static Future<ClosureConversionContext> create(
« no previous file with comments | « pkg/kernel/test/closures/closures.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698