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