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