From c9ca9b118f77e0581887c0bde09e78f9f7f00d0f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 24 Jul 2014 22:52:47 -0700 Subject: [PATCH] Move test to tests dir --- phf/Cargo.toml | 5 ----- phf/{src => tests}/test.rs | 0 2 files changed, 5 deletions(-) rename phf/{src => tests}/test.rs (100%) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index f0471ad2..23863744 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -13,8 +13,3 @@ test = false [dev_dependencies.phf_mac] path = "../phf_mac" - -[[test]] - -name = "test" -path = "src/test.rs" \ No newline at end of file diff --git a/phf/src/test.rs b/phf/tests/test.rs similarity index 100% rename from phf/src/test.rs rename to phf/tests/test.rs