1.1 --- a/src/test/SDL_test_harness.c Thu Jun 05 15:29:23 2014 -0700
1.2 +++ b/src/test/SDL_test_harness.c Thu Jun 05 15:37:33 2014 -0700
1.3 @@ -564,7 +564,7 @@
1.4 execKey = SDLTest_GenerateExecKey((char *)runSeed, testSuite->name, testCase->name, iterationCounter);
1.5 }
1.6
1.7 - SDLTest_Log("Test Iteration %i: execKey %" PRIu64 "", iterationCounter, execKey);
1.8 + SDLTest_Log("Test Iteration %i: execKey %llu", iterationCounter, (long long unsigned)execKey);
1.9 testResult = SDLTest_RunTest(testSuite, testCase, execKey);
1.10
1.11 if (testResult == TEST_RESULT_PASSED) {