This commit is contained in:
Folkert 2023-02-08 19:57:21 +01:00
parent f32d31341a
commit 8421824e31
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 48 additions and 4 deletions

View file

@ -76,7 +76,7 @@ fn str_split_bigger_delimiter_small_str() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
fn str_split_str_concat_repeated() {
assert_evals_to!(
indoc!(