| Index: lib/src/runner/vm/platform.dart
 | 
| diff --git a/lib/src/runner/vm/platform.dart b/lib/src/runner/vm/platform.dart
 | 
| index d6ab6ef0ad7b5aa7bafc4ee82af657c2e682b8c3..41ffd414c41651d59205ead62c31869a3938491f 100644
 | 
| --- a/lib/src/runner/vm/platform.dart
 | 
| +++ b/lib/src/runner/vm/platform.dart
 | 
| @@ -16,8 +16,6 @@ import '../plugin/platform.dart';
 | 
|  
 | 
|  /// A platform that loads tests in isolates spawned within this Dart process.
 | 
|  class VMPlatform extends PlatformPlugin {
 | 
| -  final platforms = [TestPlatform.vm];
 | 
| -
 | 
|    /// The test runner configuration.
 | 
|    final Configuration _config;
 | 
|  
 | 
| 
 |