| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 3bead7e0bc9fa124dd450db2b8c2eff39fcf9621..82ad5b33b49fa802cb36e0286e9b8ef017103611 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -317,7 +317,7 @@ convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
|
| convert/utf85_test: Skip # Pass, Slow Issue 12644.
|
|
|
| # These tests use "const Symbol('void')".
|
| -[ $compiler == dartanalyzer ]
|
| +[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| mirrors/basic_types_in_dart_core_test: CompileTimeError
|
| mirrors/function_type_mirror_test: CompileTimeError
|
| mirrors/method_mirror_returntype_test: CompileTimeError
|
|
|