Remove partial import test in insert_use
This commit is contained in:
parent
e1d6981f90
commit
747f6f64d7
1 changed files with 0 additions and 10 deletions
|
|
@ -809,16 +809,6 @@ use std::io;",
|
|||
// FIXME: have it emit `use {self, *}`?
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore] // FIXME: Support this
|
||||
fn merge_partial_path() {
|
||||
check_full(
|
||||
"ast::Foo",
|
||||
r"use syntax::{ast, algo};",
|
||||
r"use syntax::{ast::{self, Foo}, algo};",
|
||||
)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn merge_glob_nested() {
|
||||
check_full(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue