| Index: pkg/testing/lib/dart_vm_suite.dart
|
| diff --git a/pkg/testing/lib/dart_vm_suite.dart b/pkg/testing/lib/dart_vm_suite.dart
|
| index 0edfdbcc14ed9466c8e247cee313201eb076cb15..37a1d24c436713ef3d8e5b9adb8f8d2c6f9bb8dc 100644
|
| --- a/pkg/testing/lib/dart_vm_suite.dart
|
| +++ b/pkg/testing/lib/dart_vm_suite.dart
|
| @@ -7,7 +7,7 @@ library testing.dart_vm_suite;
|
| import 'testing.dart';
|
|
|
| Future<ChainContext> createContext(
|
| - Chain suite, Map<String, String> enviroment) async {
|
| + Chain suite, Map<String, String> environment) async {
|
| return new VmContext();
|
| }
|
|
|
|
|