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