Skip to content

Commit 11328b0

Browse files
committed
update cfg(bootstrap)
1 parent 0278750 commit 11328b0

File tree

1 file changed

+0
-2
lines changed
  • crates/proc-macro-srv/src/tests

1 file changed

+0
-2
lines changed

crates/proc-macro-srv/src/tests/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ fn test_fn_like_macro_clone_raw_ident() {
9797
}
9898

9999
#[test]
100-
#[cfg(not(bootstrap))]
101100
fn test_fn_like_fn_like_span_join() {
102101
assert_expand(
103102
"fn_like_span_join",
@@ -112,7 +111,6 @@ fn test_fn_like_fn_like_span_join() {
112111
}
113112

114113
#[test]
115-
#[cfg(not(bootstrap))]
116114
fn test_fn_like_fn_like_span_ops() {
117115
assert_expand(
118116
"fn_like_span_ops",

0 commit comments

Comments
 (0)