Update a test

This commit is contained in:
Seiichi Uchida 2017-12-05 08:44:26 +09:00
parent b2b14d0f7f
commit 289b5f4c21

View File

@ -121,7 +121,7 @@ fn main() {
20, 21, 22);
// #1092
chain!(input, a:take!(max_size), || []);
chain!(input, a: take!(max_size), || []);
}
impl X {