unignore a couple of tests

This commit is contained in:
mark 2021-04-27 21:18:01 -05:00
parent 27bd3f51a9
commit cf46fb1945
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
// run-pass
// edition:2021
// ignore-test
// FIXME(mark-i-m): enable this test again when 2021 machinery is available
use Foo::*;

View file

@ -1,9 +1,7 @@
// Tests that :pat in macros in edition 2021 allows top-level or-patterns.
// run-pass
// ignore-test
// edition:2021
// FIXME(mark-i-m): unignore when 2021 machinery is in place.
macro_rules! accept_pat {
($p:pat) => {};