diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2014-12-17 10:16:10 -0500 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2014-12-18 16:20:32 -0500 |
| commit | 67d3823fc3ffa8b4e86a2d7cb007339a042605e7 (patch) | |
| tree | 04212ce2abcc37dd8d803756451d9a77ac8fe070 /src/test | |
| parent | 0bd4dc68e6f45a4ffe8e12642aa557638ab2f5bd (diff) | |
| download | rust-67d3823fc3ffa8b4e86a2d7cb007339a042605e7.tar.gz rust-67d3823fc3ffa8b4e86a2d7cb007339a042605e7.zip | |
enumset fallout
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 ee57d01c36d..24480d85272 100644 --- a/src/test/run-pass/send_str_treemap.rs +++ b/src/test/run-pass/send_str_treemap.rs @@ -10,7 +10,7 @@ extern crate collections; -use self::collections::TreeMap; +use self::collections::BTreeMap; use std::option::Option::Some; use std::str::SendStr; use std::string::ToString; |
