Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv/src/tests/mod.rs')
| -rw-r--r-- | crates/proc-macro-srv/src/tests/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/proc-macro-srv/src/tests/mod.rs b/crates/proc-macro-srv/src/tests/mod.rs index 3a6ce639d1..d1ea89d2dc 100644 --- a/crates/proc-macro-srv/src/tests/mod.rs +++ b/crates/proc-macro-srv/src/tests/mod.rs @@ -244,6 +244,7 @@ fn test_fn_like_mk_literals() { LITERAL ByteStr byte_string 1 LITERAL Char c 1 LITERAL Str string 1 + LITERAL Str -string 1 LITERAL CStr cstring 1 LITERAL Float 3.14f64 1 PUNCH - [alone] 1 @@ -266,6 +267,7 @@ fn test_fn_like_mk_literals() { LITERAL ByteStr byte_string 42:[email protected]#ROOT2024 LITERAL Char c 42:[email protected]#ROOT2024 LITERAL Str string 42:[email protected]#ROOT2024 + LITERAL Str -string 42:[email protected]#ROOT2024 LITERAL CStr cstring 42:[email protected]#ROOT2024 LITERAL Float 3.14f64 42:[email protected]#ROOT2024 PUNCH - [alone] 42:[email protected]#ROOT2024 |