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); |
} |