diff options
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; |