Skip to content

Commit 37c0bd9

Browse files
committed
Adjust more tests
1 parent 345b161 commit 37c0bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/imports.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -989,9 +989,9 @@ mod test {
989989
}
990990

991991
test_merge!(["a::b::{c, d}", "a::b::{e, f}"], ["a::b::{c, d, e, f}"]);
992-
test_merge!(["a::b::c", "a::b"], ["a::b::{self, c}"]);
992+
test_merge!(["a::b::c", "a::b"], ["a::b", "a::b::c"]);
993993
test_merge!(["a::b", "a::b"], ["a::b"]);
994-
test_merge!(["a", "a::b", "a::b::c"], ["a::{self, b::{self, c}}"]);
994+
test_merge!(["a", "a::b", "a::b::c"], ["a", "a::b", "a::b::c"]);
995995
test_merge!(
996996
["a::{b::{self, c}, d::e}", "a::d::f"],
997997
["a::{b::{self, c}, d::{e, f}}"]

0 commit comments

Comments
 (0)