This commit is contained in:
Folkert 2021-02-13 03:04:49 +01:00
parent 5b83ec719e
commit c04b3846c7
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ use crate::llvm::build_str::{
str_concat, str_count_graphemes, str_ends_with, str_from_int, str_join_with, str_concat, str_count_graphemes, str_ends_with, str_from_int, str_join_with,
str_number_of_bytes, str_split, str_starts_with, CHAR_LAYOUT, str_number_of_bytes, str_split, str_starts_with, CHAR_LAYOUT,
}; };
use crate::llvm::compare::{build_eq, build_neq, generic_eq, generic_neq}; use crate::llvm::compare::{generic_eq, generic_neq};
use crate::llvm::convert::{ use crate::llvm::convert::{
basic_type_from_builtin, basic_type_from_layout, block_of_memory, block_of_memory_slices, basic_type_from_builtin, basic_type_from_layout, block_of_memory, block_of_memory_slices,
collection, get_fn_type, get_ptr_type, ptr_int, collection, get_fn_type, get_ptr_type, ptr_int,

View file

@ -4697,7 +4697,7 @@ mod test_reporting {
I was expecting to see a private tag name. I was expecting to see a private tag name.
Hint: Private tag names start with a `@` symbol followed by an Hint: Private tag names start with an `@` symbol followed by an
uppercase letter, like @UID or @SecretKey. uppercase letter, like @UID or @SecretKey.
"# "#
), ),