| Index: tools/testing/dart/compiler_configuration.dart
|
| diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
|
| index b63159d7096dc1bb7ae583b7bf86e153662b6eee..cde29d1f56115ac5686801c2713aa9c265d51d86 100644
|
| --- a/tools/testing/dart/compiler_configuration.dart
|
| +++ b/tools/testing/dart/compiler_configuration.dart
|
| @@ -68,6 +68,8 @@ abstract class CompilerConfiguration {
|
| bool hotReloadRollback = configuration['hot_reload_rollback'];
|
| bool useFastStartup = configuration['fast_startup'];
|
| bool useKernelInDart2js = configuration['dart2js_with_kernel'];
|
| + String kernelSnapshotToUseInVM =
|
| + configuration['kernel_snapshot_to_use_in_vm'];
|
|
|
| switch (compiler) {
|
| case 'dart2analyzer':
|
|
|