Clarify what the outline test module is for

This commit is contained in:
Lukas Wirth 2021-07-22 19:59:01 +02:00
parent 2d696b9c9e
commit d5947d9d48
6 changed files with 115 additions and 119 deletions

View file

@ -108,10 +108,4 @@ mod tests {
"#]],
);
}
#[test]
fn should_not_complete_snippets_in_path() {
check(r#"fn foo(x: i32) { ::foo$0 }"#, expect![[""]]);
check(r#"fn foo(x: i32) { ::$0 }"#, expect![[""]]);
}
}