| Index: tests/standalone/io/platform_test.dart
|
| diff --git a/tests/standalone/io/platform_test.dart b/tests/standalone/io/platform_test.dart
|
| index a681694ba4fb33daa04cb9fc542dca169925e55b..b0036f6ebcef94032727fce185e7f7a3dbd65393 100644
|
| --- a/tests/standalone/io/platform_test.dart
|
| +++ b/tests/standalone/io/platform_test.dart
|
| @@ -68,7 +68,7 @@ testIsolate() {
|
|
|
|
|
| testVersion() {
|
| - checkValidVersion(string version) {
|
| + checkValidVersion(String version) {
|
| RegExp re = new RegExp(r'(\d+)\.(\d+)\.(\d+)(-dev\.([^\.]*)\.([^\.]*))?');
|
| var match = re.firstMatch(version);
|
| Expect.isNotNull(match);
|
|
|