diff options
Diffstat (limited to 'Tests/TestDriver/test2.cxx')
-rw-r--r-- | Tests/TestDriver/test2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDriver/test2.cxx b/Tests/TestDriver/test2.cxx index 2c1f2af..69f0fff 100644 --- a/Tests/TestDriver/test2.cxx +++ b/Tests/TestDriver/test2.cxx @@ -1,5 +1,5 @@ #include <stdio.h> -int test2(int ac, char** av) +int test2(int ac, char*av[]) { printf("test2\n"); for(int i =0; i < ac; i++) |