diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 19:54:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 19:54:06 (GMT) |
commit | 6a3138293b6c0ad79bd06a4dac0c46df78d87745 (patch) | |
tree | 00d1deee76548477d9f175336bfdc91013c39b75 /Tests/ComplexOneConfig/Executable | |
parent | d6aee2bc3654890fd6031572bf7dcadeb41c3fe2 (diff) | |
download | CMake-6a3138293b6c0ad79bd06a4dac0c46df78d87745.zip CMake-6a3138293b6c0ad79bd06a4dac0c46df78d87745.tar.gz CMake-6a3138293b6c0ad79bd06a4dac0c46df78d87745.tar.bz2 |
BUG: fix complex test for old compilers
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx index 9af88ad..8202cee 100644 --- a/Tests/ComplexOneConfig/Executable/complex.cxx +++ b/Tests/ComplexOneConfig/Executable/complex.cxx @@ -19,7 +19,7 @@ void Passed(const char* Message, const char* m2="") passed++; } -main() +int main() { if(sharedFunction() != 1) { |