diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-08-23 17:49:52 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-08-23 17:49:52 (GMT) |
commit | e253348ecd8cedc0f5fe640e613b2d19bd5641ae (patch) | |
tree | 055410e9bfb87fdc185d932d0c7f870f893c1d0b /Tests/Module | |
parent | 32eff0caec8fa896fdbb58d259c5cff2614279c3 (diff) | |
download | CMake-e253348ecd8cedc0f5fe640e613b2d19bd5641ae.zip CMake-e253348ecd8cedc0f5fe640e613b2d19bd5641ae.tar.gz CMake-e253348ecd8cedc0f5fe640e613b2d19bd5641ae.tar.bz2 |
Possibly fix test on HPUX.
Diffstat (limited to 'Tests/Module')
-rw-r--r-- | Tests/Module/GenerateExportHeader/exportheader_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Module/GenerateExportHeader/exportheader_test.cpp b/Tests/Module/GenerateExportHeader/exportheader_test.cpp index cfc1a05..55c3c1a 100644 --- a/Tests/Module/GenerateExportHeader/exportheader_test.cpp +++ b/Tests/Module/GenerateExportHeader/exportheader_test.cpp @@ -79,4 +79,4 @@ int main() libstatic_excluded(); return 0; -}
\ No newline at end of file +} |