Use cfg(any()) instead of cfg(FALSE) for disabling proc-macro test

This commit is contained in:
Lukas Wirth 2022-09-27 13:52:04 +02:00
parent 1f929659ac
commit fb736449fd

View file

@ -821,7 +821,7 @@ fn main() {
#[test]
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
#[cfg(FALSE)]
#[cfg(any())]
fn resolve_proc_macro() {
use expect_test::expect;
if skip_slow_tests() {