From b5246571189ee80263a3f498ae9aeaf34e64a93b Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Tue, 28 Jun 2016 21:15:16 +0200 Subject: [PATCH] Fixed three source comments in tests. --- test/testautomation_main.c | 4 ++-- test/testautomation_stdlib.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testautomation_main.c b/test/testautomation_main.c index ef8f19e9e7235..ae060cdd1a45d 100644 --- a/test/testautomation_main.c +++ b/test/testautomation_main.c @@ -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, @@ -146,7 +146,7 @@ static const SDLTest_TestCaseReference *mainTests[] = { NULL }; -/* Platform test suite (global) */ +/* Main test suite (global) */ SDLTest_TestSuiteReference mainTestSuite = { "Main", NULL, diff --git a/test/testautomation_stdlib.c b/test/testautomation_stdlib.c index 67027a5542a5b..b541995f59b2e 100644 --- a/test/testautomation_stdlib.c +++ b/test/testautomation_stdlib.c @@ -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,