diff options
| author | Marvin Löbel <loebel.marvin@gmail.com> | 2013-09-15 14:06:30 +0200 |
|---|---|---|
| committer | Marvin Löbel <loebel.marvin@gmail.com> | 2013-09-16 17:45:24 +0200 |
| commit | 0635cb75b59fd99c59ee49fc4036e557de1f349f (patch) | |
| tree | 992c77d49b8aaec42dd4a04dd9342c09de856098 /src/test | |
| parent | 76c3e8a38cea2fe6342d83158c267e57a6b1f53f (diff) | |
| download | rust-0635cb75b59fd99c59ee49fc4036e557de1f349f.tar.gz rust-0635cb75b59fd99c59ee49fc4036e557de1f349f.zip | |
Corrected a few small style issues
Split up test function a bit
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/send_str_treemap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/send_str_treemap.rs b/src/test/run-pass/send_str_treemap.rs index d3af1360b4b..7094dca7c4d 100644 --- a/src/test/run-pass/send_str_treemap.rs +++ b/src/test/run-pass/send_str_treemap.rs @@ -18,7 +18,7 @@ use std::default::Default; use std::send_str::{SendStr, SendStrOwned, SendStrStatic}; use std::str::Str; use std::to_str::ToStr; -use extra::treemap::TreeMap; +use self::extra::treemap::TreeMap; use std::option::Some; fn main() { |
