Index: pkg/kernel/test/closures_type_vars/closures_type_vars.status |
diff --git a/pkg/kernel/test/closures_type_vars/closures_type_vars.status b/pkg/kernel/test/closures_type_vars/closures_type_vars.status |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ce9f505252e7f739a4a70b0b0bebce37ace3e30c |
--- /dev/null |
+++ b/pkg/kernel/test/closures_type_vars/closures_type_vars.status |
@@ -0,0 +1,6 @@ |
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
+# for details. All rights reserved. Use of this source code is governed by a |
+# BSD-style license that can be found in the LICENSE.md file. |
+ |
+field: Pass # This should be RuntimeError when Run step is enabled. See dartbug.com/29143. |
+type_variables: Pass # This should be RuntimeError when Run step is enabled. See dartbug.com/29143. |