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

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

Issue 2903703002: Tighten types in test.dart even more. (Closed)
Patch Set: Play nicer with strong mode. 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/vendored_pkg/args/src/usage.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 9cadd4fc63f3c78cc9bbb4270f3cb351d741eb12..ba64b17b22e0bd7fdb1e8744802741c19ed2f51b 100644
--- a/tools/testing/dart/vm_test_config.dart
+++ b/tools/testing/dart/vm_test_config.dart
@@ -7,7 +7,7 @@ library vm_test_config;
import 'test_suite.dart';
class VMTestSuite extends CCTestSuite {
- VMTestSuite(Map 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/vendored_pkg/args/src/usage.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698