Skip to content

Commit 1f3199c

Browse files
committed
Disable some r-a tests in bootstrap.
1 parent 5113f5e commit 1f3199c

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ fn test_fn_like_macro_clone_raw_ident() {
9797
}
9898

9999
#[test]
100+
#[cfg(not(bootstrap))]
100101
fn test_fn_like_fn_like_span_join() {
101102
assert_expand(
102103
"fn_like_span_join",
@@ -111,6 +112,7 @@ fn test_fn_like_fn_like_span_join() {
111112
}
112113

113114
#[test]
115+
#[cfg(not(bootstrap))]
114116
fn test_fn_like_fn_like_span_ops() {
115117
assert_expand(
116118
"fn_like_span_ops",

0 commit comments

Comments
 (0)