diff options
| author | Piotr Jawniak <sawyer47@gmail.com> | 2014-07-20 17:20:37 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-21 09:55:04 -0700 |
| commit | 36e1f2db301d33fd0efaa093c5a190a3879ccc93 (patch) | |
| tree | 83e9f0c3ff9523a7f6d5de7e2c5513a047988e2f /src/libtest | |
| parent | dfacef532d61b1ab3cefb4164faa77b290f9abc5 (diff) | |
| download | rust-36e1f2db301d33fd0efaa093c5a190a3879ccc93.tar.gz rust-36e1f2db301d33fd0efaa093c5a190a3879ccc93.zip | |
Get rid of few warnings in tests
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 15c5fa6b75a..46e2ca03ef6 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -842,7 +842,6 @@ pub fn run_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn> ) -> io::IoR #[test] fn should_sort_failures_before_printing_them() { use std::io::MemWriter; - use std::str; let test_a = TestDesc { name: StaticTestName("a"), |
