Fix declare_ser_tests to work on old rustc

This commit is contained in:
David Tolnay
2016-06-28 23:09:37 -07:00
parent 8e87926bc2
commit 7d09053bb8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ macro_rules! declare_ser_tests {
#[test]
fn $name() {
$(
self::serde_test::assert_ser_tokens(&$value, $tokens);
assert_ser_tokens(&$value, $tokens);
)+
}
)+