Disable some r-a tests in bootstrap.
This commit is contained in:
parent
5113f5e602
commit
1f3199c899
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue