From d12a7d34d022dde5c1fce2b88e67463dc8164ce7 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 26 May 2013 12:12:52 +0200 Subject: [PATCH] Fixed test description in test suite for standard library. --- test/testautomation_stdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testautomation_stdlib.c b/test/testautomation_stdlib.c index f086c6d44..93ce8911d 100644 --- a/test/testautomation_stdlib.c +++ b/test/testautomation_stdlib.c @@ -126,7 +126,7 @@ static const SDLTest_TestCaseReference stdlibTest1 = { (SDLTest_TestCaseFp)stdlib_strlcpy, "stdlib_strlcpy", "Call to SDL_strlcpy", TEST_ENABLED }; static const SDLTest_TestCaseReference stdlibTest2 = - { (SDLTest_TestCaseFp)stdlib_snprintf, "stdlib_snprintf", "Call to SDL_sprintf", TEST_ENABLED }; + { (SDLTest_TestCaseFp)stdlib_snprintf, "stdlib_snprintf", "Call to SDL_snprintf", TEST_ENABLED }; /* Sequence of Standard C routine test cases */ static const SDLTest_TestCaseReference *stdlibTests[] = {