| Index: tools/testing/dart/environment.dart
|
| diff --git a/tools/testing/dart/environment.dart b/tools/testing/dart/environment.dart
|
| index 1ee7057b24b305a01cf7bfbb791f654bcf802a9c..53b5ff389d96be367abb89452bed9c46073dc68a 100644
|
| --- a/tools/testing/dart/environment.dart
|
| +++ b/tools/testing/dart/environment.dart
|
| @@ -30,8 +30,6 @@ final _variables = {
|
| "runtime": new _Variable(_runtimeName, Runtime.names),
|
| "strong": new _Variable.bool((c) => c.isStrong),
|
| "system": new _Variable((c) => c.system.name, System.names),
|
| - "unchecked": new _Variable.bool((c) => !c.isChecked),
|
| - "unminified": new _Variable.bool((c) => !c.isMinified),
|
| "use_sdk": new _Variable.bool((c) => c.useSdk)
|
| };
|
|
|
|
|