Merge in a punctuation fix from upstream tinytest

This commit is contained in:
Nick Mathewson 2012-02-13 17:30:46 -05:00
parent bbea8d6bc5
commit a9dc063ceb

View File

@ -39,7 +39,7 @@
/* ============================================================ */ /* ============================================================ */
/* First, let's see if strcmp is working. (All your test cases should be /* First, let's see if strcmp is working. (All your test cases should be
* functions declared to take a single void * as) an argument. */ * functions declared to take a single void * as an argument.) */
void void
test_strcmp(void *data) test_strcmp(void *data)
{ {