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

Unified Diff: tools/testing/dart/package_testing_support.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/options.dart ('k') | tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/package_testing_support.dart
diff --git a/tools/testing/dart/package_testing_support.dart b/tools/testing/dart/package_testing_support.dart
index 913d6282356d2652b2ccdfbdfb179bbfb93f2140..828147690d12bb3421b35f92ab4988de6813b890 100644
--- a/tools/testing/dart/package_testing_support.dart
+++ b/tools/testing/dart/package_testing_support.dart
@@ -10,7 +10,7 @@ import 'test_suite.dart';
void main(List<String> arguments) {
TestUtils.setDartDirUri(Uri.base);
- var configurations = <Map>[];
+ var configurations = <Map<String, dynamic>>[];
for (var argument in arguments) {
configurations.addAll(new OptionsParser().parse(argument.split(" ")));
}
« no previous file with comments | « tools/testing/dart/options.dart ('k') | tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698