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

Unified Diff: tests/compiler/dart2js/serialization/model2_test.dart

Issue 2162053005: Split serialization tests further (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Rename Created 4 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/serialization/model2_test.dart
diff --git a/tests/compiler/dart2js/serialization/model2_test.dart b/tests/compiler/dart2js/serialization/model2_test.dart
index 369e4a13f1e39693e8029b9e4b6ffa74840bcbcc..cd4a48c8198b31842f1dc33fbe3d5cc3dffe1e71 100644
--- a/tests/compiler/dart2js/serialization/model2_test.dart
+++ b/tests/compiler/dart2js/serialization/model2_test.dart
@@ -6,7 +6,8 @@ library dart2js.serialization.model2_test;
import 'model_test_helper.dart' as test;
import 'test_data.dart';
+import 'test_helper.dart';
main() {
- test.main(['${TESTS.length ~/ 2}']);
+ test.main(testSegment(2, test.SPLIT_COUNT, test.SKIP_COUNT));
}

Powered by Google App Engine
This is Rietveld 408576698