Tests/TestDriver: Fix typo in function name

This commit is contained in:
Brad King
2026-05-21 10:41:13 -04:00
parent c720729253
commit a57302eb79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ create_test_sourcelist(testSrcs
test1.cxx
test2.cxx
subdir/test3.cxx
EXTRA_INCLUDE testArgs.h FUNCTION testProccessArgs)
EXTRA_INCLUDE testArgs.h FUNCTION testProcessArgs)
add_executable(TestDriverTest ${testSrcs} ${Extra_SRCS})
+1 -1
View File
@@ -1,4 +1,4 @@
void testProccessArgs(int* ac, char*** av)
void testProcessArgs(int* ac, char*** av)
{
char** argv = *av;
if (*ac < 2) {