Disable some r-a tests in bootstrap.

This commit is contained in:
Mara Bos 2025-04-14 16:53:24 +02:00
parent 5113f5e602
commit 1f3199c899

View file

@ -97,6 +97,7 @@ fn test_fn_like_macro_clone_raw_ident() {
}
#[test]
#[cfg(not(bootstrap))]
fn test_fn_like_fn_like_span_join() {
assert_expand(
"fn_like_span_join",
@ -111,6 +112,7 @@ fn test_fn_like_fn_like_span_join() {
}
#[test]
#[cfg(not(bootstrap))]
fn test_fn_like_fn_like_span_ops() {
assert_expand(
"fn_like_span_ops",