Fixed a broken test in 1.7 (missed by the local testing).

This commit is contained in:
Kang Seonghoon 2016-03-06 00:32:21 +09:00
parent 530a5ee10b
commit 79686de2d1
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ fn test_parse() {
}
macro_rules! check {
($fmt:expr, $items:expr; $err:expr) => (
($fmt:expr, $items:expr; $err:tt) => (
assert_eq!(parse_all($fmt, &$items), Err($err))
);
($fmt:expr, $items:expr; $($k:ident: $v:expr),*) => (