mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Colorize more test fixtures
This commit is contained in:
parent
87d24e7caa
commit
dbb940fa7d
6 changed files with 71 additions and 71 deletions
|
@ -11,7 +11,7 @@ fn test_derive_serialize_proc_macro() {
|
|||
"serde_derive",
|
||||
"Serialize",
|
||||
"1.0",
|
||||
r##"struct Foo {}"##,
|
||||
r"struct Foo {}",
|
||||
include_str!("fixtures/test_serialize_proc_macro.txt"),
|
||||
);
|
||||
}
|
||||
|
@ -22,9 +22,7 @@ fn test_derive_serialize_proc_macro_failed() {
|
|||
"serde_derive",
|
||||
"Serialize",
|
||||
"1.0",
|
||||
r##"
|
||||
struct {}
|
||||
"##,
|
||||
r"struct {}",
|
||||
r##"
|
||||
SUBTREE $
|
||||
IDENT compile_error 4294967295
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue