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

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

Issue 2914893003: Revert "Replace the configuration map with a typed object." (Closed)
Patch Set: Created 3 years, 7 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 7cbbb134767b7d8b0ea89299b55e0c48c78ed1b2..ba64b17b22e0bd7fdb1e8744802741c19ed2f51b 100644
--- a/tools/testing/dart/vm_test_config.dart
+++ b/tools/testing/dart/vm_test_config.dart
@@ -2,11 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'configuration.dart';
+library vm_test_config;
+
import 'test_suite.dart';
class VMTestSuite extends CCTestSuite {
- VMTestSuite(Configuration configuration)
+ VMTestSuite(Map<String, dynamic> configuration)
: 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