This commit is contained in:
Zac Pullar-Strecker 2020-06-30 21:16:12 +12:00
parent 3e22f80f44
commit dc32f756e0
2 changed files with 10 additions and 8 deletions

View file

@ -6,6 +6,7 @@ use test_utils::assert_eq_text;
use utils::*;
#[test]
#[ignore]
fn test_derive_serialize_proc_macro() {
assert_expand(
"serde_derive",
@ -17,6 +18,7 @@ fn test_derive_serialize_proc_macro() {
}
#[test]
#[ignore]
fn test_derive_serialize_proc_macro_failed() {
assert_expand(
"serde_derive",