summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-08 13:19:08 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-08 13:19:08 (GMT)
commitf3c15849f1235cb1df4b6c317c8cd3ed124fbd9a (patch)
tree23cb8efb57e1143d033e4c49d9fe23175b473ea3 /Tests
parenta5f7d6a5dc310fbc0273f6d3b1b56b790f841639 (diff)
downloadCMake-f3c15849f1235cb1df4b6c317c8cd3ed124fbd9a.zip
CMake-f3c15849f1235cb1df4b6c317c8cd3ed124fbd9a.tar.gz
CMake-f3c15849f1235cb1df4b6c317c8cd3ed124fbd9a.tar.bz2
ENH: add one more stupid function call for the dec cxx compiler...
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/Executable/complex.cxx1
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.cxx1
-rw-r--r--Tests/ComplexRelativePaths/Executable/complex.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx
index 8600e10..519c020 100644
--- a/Tests/Complex/Executable/complex.cxx
+++ b/Tests/Complex/Executable/complex.cxx
@@ -477,6 +477,7 @@ int main()
std::string cachetest = CACHE_TEST_VAR_INTERNAL;
v.push_back(cachetest);
v2 = v;
+ std::string x(5,'x');
std::string copy = cachetest;
cachetest.find("bar");
cachetest.rfind("bar");
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index 8600e10..519c020 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -477,6 +477,7 @@ int main()
std::string cachetest = CACHE_TEST_VAR_INTERNAL;
v.push_back(cachetest);
v2 = v;
+ std::string x(5,'x');
std::string copy = cachetest;
cachetest.find("bar");
cachetest.rfind("bar");
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx
index 8600e10..519c020 100644
--- a/Tests/ComplexRelativePaths/Executable/complex.cxx
+++ b/Tests/ComplexRelativePaths/Executable/complex.cxx
@@ -477,6 +477,7 @@ int main()
std::string cachetest = CACHE_TEST_VAR_INTERNAL;
v.push_back(cachetest);
v2 = v;
+ std::string x(5,'x');
std::string copy = cachetest;
cachetest.find("bar");
cachetest.rfind("bar");