Skip to content

Commit ab75d39

Browse files
thestingerbrson
authored andcommitted
priority_queue: fix test compilation
1 parent 04df723 commit ab75d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/priority_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl <T: Copy Ord> PriorityQueue<T> {
143143
mod tests {
144144
use sort::merge_sort;
145145
use core::cmp::le;
146-
use PriorityQueue::from_vec;
146+
use priority_queue::PriorityQueue::from_vec;
147147

148148
#[test]
149149
fn test_top_and_pop() {

0 commit comments

Comments
 (0)