diff options
Diffstat (limited to 'cc/tests/cxxflags.rs')
-rw-r--r-- | cc/tests/cxxflags.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cc/tests/cxxflags.rs b/cc/tests/cxxflags.rs index 26426af..c524c7d 100644 --- a/cc/tests/cxxflags.rs +++ b/cc/tests/cxxflags.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. |