Rename serde_tests to testing

This commit is contained in:
David Tolnay
2016-06-28 20:43:48 -07:00
parent 6ab508a93c
commit fb0e62951f
21 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
extern crate serde;
extern crate test;
include!("../../serde_tests/tests/test.rs.in");
include!("../../testing/tests/test.rs.in");
mod compile_tests;