diff options
Diffstat (limited to 'tests/encode_unittests.c')
-rw-r--r-- | tests/encode_unittests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/encode_unittests.c b/tests/encode_unittests.c index b8664d9..926a254 100644 --- a/tests/encode_unittests.c +++ b/tests/encode_unittests.c @@ -262,7 +262,7 @@ int main() TEST(WRITES(pb_encode(&s, CallbackContainerContainer_fields, &msg2), "\x0A\x04\x0A\x02\x08\x55")) - /* Misbehaving callback */ + /* Misbehaving callback: varying output between calls */ msg.submsg.data.funcs.encode = &crazyfieldcallback; msg.submsg.data.arg = &state; msg2.submsg.submsg.data.funcs.encode = &crazyfieldcallback; |