diff options
author | Brad King <brad.king@kitware.com> | 2007-03-03 15:47:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-03 15:47:06 (GMT) |
commit | 0edbb68352475ae48dd31dde7384dd0816a8fb39 (patch) | |
tree | 24c06cb86f783cee05bd43508ba2d86414cc30d4 /Source/kwsys/testHashSTL.cxx | |
parent | 42e1ffb7f5ef5c8a570e08f4a587f34458172325 (diff) | |
download | CMake-0edbb68352475ae48dd31dde7384dd0816a8fb39.zip CMake-0edbb68352475ae48dd31dde7384dd0816a8fb39.tar.gz CMake-0edbb68352475ae48dd31dde7384dd0816a8fb39.tar.bz2 |
ENH: Cleaned up KWSys tests to use test drivers.
Diffstat (limited to 'Source/kwsys/testHashSTL.cxx')
-rw-r--r-- | Source/kwsys/testHashSTL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testHashSTL.cxx b/Source/kwsys/testHashSTL.cxx index b8cdab1..9d1c016 100644 --- a/Source/kwsys/testHashSTL.cxx +++ b/Source/kwsys/testHashSTL.cxx @@ -68,7 +68,7 @@ bool test_hash_set() return sum == 3; } -int main() +int testHashSTL(int, char*[]) { bool result = true; result = test_hash_map() && result; |