Index: tools/testing/dart/environment.dart |
diff --git a/tools/testing/dart/environment.dart b/tools/testing/dart/environment.dart |
index 53b5ff389d96be367abb89452bed9c46073dc68a..0e07dadc289fee5481a3d1ea20c4c7c72b3d1cb4 100644 |
--- a/tools/testing/dart/environment.dart |
+++ b/tools/testing/dart/environment.dart |
@@ -19,6 +19,7 @@ final _variables = { |
"csp": new _Variable.bool((c) => c.isCsp), |
"dart2js_with_kernel": new _Variable.bool((c) => c.useDart2JSWithKernel), |
"fast_startup": new _Variable.bool((c) => c.useFastStartup), |
+ "enable_asserts": new _Variable.bool((c) => c.useEnableAsserts), |
"host_checked": new _Variable.bool((c) => c.isHostChecked), |
"host_unchecked": new _Variable.bool((c) => !c.isHostChecked), |
"hot_reload": new _Variable.bool((c) => c.hotReload), |