Skip to content

Commit fb73644

Browse files
committed
Use cfg(any()) instead of cfg(FALSE) for disabling proc-macro test
1 parent 1f92965 commit fb73644

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+1
-1
lines changed

crates/rust-analyzer/tests/slow-tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ fn main() {
821821

822822
#[test]
823823
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
824-
#[cfg(FALSE)]
824+
#[cfg(any())]
825825
fn resolve_proc_macro() {
826826
use expect_test::expect;
827827
if skip_slow_tests() {

0 commit comments

Comments
 (0)