Update a test

This commit is contained in:
topecongiro 2017-11-30 15:00:20 +09:00
parent 0f6b4977dd
commit c3d6ae7abe

View file

@ -16,9 +16,9 @@ fn main() {
// Test case where first chain element isn't a path, but is shorter than
// the size of a tab.
x().y(|| match cond() {
true => (),
false => (),
});
true => (),
false => (),
});
loong_func().quux(move || if true { 1 } else { 2 });