]> git.lizzy.rs Git - rust.git/commitdiff
Use cfg(any()) instead of cfg(FALSE) for disabling proc-macro test
authorLukas Wirth <lukastw97@gmail.com>
Tue, 27 Sep 2022 11:52:04 +0000 (13:52 +0200)
committerLukas Wirth <lukastw97@gmail.com>
Tue, 27 Sep 2022 11:52:04 +0000 (13:52 +0200)
crates/rust-analyzer/tests/slow-tests/main.rs

index 3e3f1c162f52c298a4c588986c5725426f428263..9032c21d096bcf6b94c4fd287a22e0374713529d 100644 (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() {