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

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

Issue 1932183003: Handle deserialized compilation of closures (Closed) Base URL: https://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
Index: tests/compiler/dart2js/serialization_compilation_test.dart
diff --git a/tests/compiler/dart2js/serialization_compilation_test.dart b/tests/compiler/dart2js/serialization_compilation_test.dart
index 969c67db9bd9110cb6e469d231578a2650551133..4c5988e3ce8ab47fde3b17a7036b6d28619ffe38 100644
--- a/tests/compiler/dart2js/serialization_compilation_test.dart
+++ b/tests/compiler/dart2js/serialization_compilation_test.dart
@@ -29,7 +29,7 @@ main(List<String> args) {
} else {
Uri entryPoint = Uri.parse('memory:main.dart');
// TODO(johnniwinther): Handle the remaining tests.
- for (Test test in TESTS.sublist(0, 2)) {
+ for (Test test in TESTS.sublist(0, 5)) {
await compile(serializedData, entryPoint, test,
verbose: arguments.verbose);
}

Powered by Google App Engine
This is Rietveld 408576698