Fixed an issue with fuzzing seeds.

This commit is contained in:
Markus Kauppila 2011-07-28 22:11:30 +03:00
parent ed4e1582bf
commit e6997f706e
9 changed files with 29 additions and 30 deletions

View file

@ -119,7 +119,7 @@ PlainSuiteEnded(int testsPassed, int testsFailed, int testsSkipped,
void
PlainTestStarted(const char *testName, const char *suiteName,
const char *testDescription, char *execKey, time_t startTime)
const char *testDescription, int execKey, time_t startTime)
{
Output(indentLevel++, "Executing test: %s (in %s). Exec key: %X", testName, suiteName, execKey);
}