Skip to content

Commit

Permalink
Fixed three source comments in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 28, 2016
1 parent b5aa5b0 commit b524657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/testautomation_main.c
Expand Up @@ -137,7 +137,7 @@ static const SDLTest_TestCaseReference mainTest3 =
static const SDLTest_TestCaseReference mainTest4 =
{ (SDLTest_TestCaseFp)main_testImpliedJoystickQuit, "main_testImpliedJoystickQuit", "Tests that quit for gamecontroller doesn't quit joystick if you inited it explicitly", TEST_ENABLED};

/* Sequence of Platform test cases */
/* Sequence of Main test cases */
static const SDLTest_TestCaseReference *mainTests[] = {
&mainTest1,
&mainTest2,
Expand All @@ -146,7 +146,7 @@ static const SDLTest_TestCaseReference *mainTests[] = {
NULL
};

/* Platform test suite (global) */
/* Main test suite (global) */
SDLTest_TestSuiteReference mainTestSuite = {
"Main",
NULL,
Expand Down
2 changes: 1 addition & 1 deletion test/testautomation_stdlib.c
Expand Up @@ -310,7 +310,7 @@ static const SDLTest_TestCaseReference *stdlibTests[] = {
&stdlibTest1, &stdlibTest2, &stdlibTest3, &stdlibTest4, NULL
};

/* Timer test suite (global) */
/* Standard C routine test suite (global) */
SDLTest_TestSuiteReference stdlibTestSuite = {
"Stdlib",
NULL,
Expand Down

0 comments on commit b524657

Please sign in to comment.