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..68be84b328bde0d0fe1c53f41e2e2e3375f673c2 |
--- /dev/null |
+++ b/pkg/kernel/test/closures_type_vars/closures_type_vars.status |
@@ -0,0 +1,6 @@ |
+# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
karlklose
2017/07/25 09:38:23
2016 -> 2017
sjindel
2017/07/25 13:11:48
Done.
|
+# 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. |