aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv/src/tests/mod.rs
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-06-30 10:16:12 +0100
committerZac Pullar-Strecker <[email protected]>2020-06-30 10:16:12 +0100
commitdc32f756e0958368648ac151aab1bde40102a506 (patch)
tree3c35dacb42e0872e30cfb81fb29ae77adae95ab3 /crates/ra_proc_macro_srv/src/tests/mod.rs
parent3e22f80f443469f470561bceb2d84427ebab677f (diff)
Format
Diffstat (limited to 'crates/ra_proc_macro_srv/src/tests/mod.rs')
-rw-r--r--crates/ra_proc_macro_srv/src/tests/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_proc_macro_srv/src/tests/mod.rs b/crates/ra_proc_macro_srv/src/tests/mod.rs
index 82cefbb29..1057408e5 100644
--- a/crates/ra_proc_macro_srv/src/tests/mod.rs
+++ b/crates/ra_proc_macro_srv/src/tests/mod.rs
@@ -6,6 +6,7 @@ use test_utils::assert_eq_text;
6use utils::*; 6use utils::*;
7 7
8#[test] 8#[test]
9#[ignore]
9fn test_derive_serialize_proc_macro() { 10fn test_derive_serialize_proc_macro() {
10 assert_expand( 11 assert_expand(
11 "serde_derive", 12 "serde_derive",
@@ -17,6 +18,7 @@ fn test_derive_serialize_proc_macro() {
17} 18}
18 19
19#[test] 20#[test]
21#[ignore]
20fn test_derive_serialize_proc_macro_failed() { 22fn test_derive_serialize_proc_macro_failed() {
21 assert_expand( 23 assert_expand(
22 "serde_derive", 24 "serde_derive",