summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/inst.cxx
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2004-02-04 14:42:50 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2004-02-04 14:42:50 (GMT)
commit2522153e5976e859b167513948bc8f2b7c87924f (patch)
treec58a3b12915349a54c07f9f9dc19e63f833e3777 /Tests/SimpleInstall/inst.cxx
parente6de1efcb8651d53bf03bc5cdeca124d6966e738 (diff)
downloadCMake-2522153e5976e859b167513948bc8f2b7c87924f.zip
CMake-2522153e5976e859b167513948bc8f2b7c87924f.tar.gz
CMake-2522153e5976e859b167513948bc8f2b7c87924f.tar.bz2
ENH: Fix test on HP-UX
Diffstat (limited to 'Tests/SimpleInstall/inst.cxx')
-rw-r--r--Tests/SimpleInstall/inst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx
index 47d73c0..84f2adb 100644
--- a/Tests/SimpleInstall/inst.cxx
+++ b/Tests/SimpleInstall/inst.cxx
@@ -18,5 +18,5 @@ int main ()
return 1;
}
printf("Foo: %s\n", foo);
- return SomeFunctionInFoo(-5);
+ return SomeFunctionInFoo()-5;
}