summaryrefslogtreecommitdiffstats
path: root/Tests/TestDriver/test1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestDriver/test1.cxx')
-rw-r--r--Tests/TestDriver/test1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDriver/test1.cxx b/Tests/TestDriver/test1.cxx
index 1ee7e99..ac82f8a 100644
--- a/Tests/TestDriver/test1.cxx
+++ b/Tests/TestDriver/test1.cxx
@@ -3,7 +3,7 @@ int testExtraStuff3();
int testExtraStuff();
int testExtraStuff2();
-int test1(int ac, char** av)
+int test1(int ac, char* av[])
{
if(!testExtraStuff2())
{