diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-07-30 16:19:39 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-07-30 16:19:39 -0400 |
commit | 9ca602e18e028d4e570d81fdee648a14b0d9d67b (patch) | |
tree | 4ebdeca1ae3fb8ae9a575ead70dbcf5e59fa753b /Tests/TestDriver/test1.cxx | |
parent | 0f6e022dcab5ab5ede08153da11fc4330c223cea (diff) | |
download | cmake-9ca602e18e028d4e570d81fdee648a14b0d9d67b.tar.gz |
updated to mods in command
Diffstat (limited to 'Tests/TestDriver/test1.cxx')
-rw-r--r-- | Tests/TestDriver/test1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDriver/test1.cxx b/Tests/TestDriver/test1.cxx index 1ee7e999d9..ac82f8ae9a 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()) { |