Skip to content

Commit

Permalink
Remove outdated feature gate from proc macro test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jun 5, 2023
1 parent aa9bc86 commit a181efe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rust-analyzer/tests/slow-tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ fn main() {
}

#[test]
#[cfg(feature = "sysroot-abi")]
fn resolve_proc_macro() {
use expect_test::expect;
if skip_slow_tests() {
Expand Down

0 comments on commit a181efe

Please sign in to comment.