diff options
Diffstat (limited to 'cc/tests/cflags.rs')
-rw-r--r-- | cc/tests/cflags.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cc/tests/cflags.rs b/cc/tests/cflags.rs index df6b0a7..caec6ea 100644 --- a/cc/tests/cflags.rs +++ b/cc/tests/cflags.rs @@ -1,10 +1,7 @@ -extern crate cc; -extern crate tempdir; - mod support; +use crate::support::Test; use std::env; -use support::Test; /// This test is in its own module because it modifies the environment and would affect other tests /// when run in parallel with them. |