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

Unified Diff: tools/testing/dart/vm_test_config.dart

Issue 1859973002: Autoformat tools/testing/dart (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Format whole directory 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
« no previous file with comments | « tools/testing/dart/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/vm_test_config.dart
diff --git a/tools/testing/dart/vm_test_config.dart b/tools/testing/dart/vm_test_config.dart
index 9fdf36b4387995c45875f762d97ed84f78c8d9cf..9cadd4fc63f3c78cc9bbb4270f3cb351d741eb12 100644
--- a/tools/testing/dart/vm_test_config.dart
+++ b/tools/testing/dart/vm_test_config.dart
@@ -8,9 +8,7 @@ import 'test_suite.dart';
class VMTestSuite extends CCTestSuite {
VMTestSuite(Map configuration)
- : super(configuration,
- "vm",
- "run_vm_tests",
- ["runtime/tests/vm/vm.status"],
- testPrefix: 'cc/');
+ : super(
+ configuration, "vm", "run_vm_tests", ["runtime/tests/vm/vm.status"],
+ testPrefix: 'cc/');
}
« no previous file with comments | « tools/testing/dart/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698