| Index: tools/testing/dart/environment.dart
|
| diff --git a/tools/testing/dart/environment.dart b/tools/testing/dart/environment.dart
|
| index 0e07dadc289fee5481a3d1ea20c4c7c72b3d1cb4..c0d3c5316d39bc909a2b0beaa35e3a6b8969bfd2 100644
|
| --- a/tools/testing/dart/environment.dart
|
| +++ b/tools/testing/dart/environment.dart
|
| @@ -18,6 +18,8 @@ final _variables = {
|
| "compiler": new _Variable((c) => c.compiler.name, Compiler.names),
|
| "csp": new _Variable.bool((c) => c.isCsp),
|
| "dart2js_with_kernel": new _Variable.bool((c) => c.useDart2JSWithKernel),
|
| + "dart2js_with_kernel_in_ssa":
|
| + new _Variable.bool((c) => c.useDart2JSWithKernelInSsa),
|
| "fast_startup": new _Variable.bool((c) => c.useFastStartup),
|
| "enable_asserts": new _Variable.bool((c) => c.useEnableAsserts),
|
| "host_checked": new _Variable.bool((c) => c.isHostChecked),
|
|
|