summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-08 18:12:31 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-08 18:12:31 (GMT)
commit8f20044a6460ea86b2e0a3d6d4985792c9021ad2 (patch)
tree36ff8be0c67c1f850f156797e3d039ef23dfd48b
parentb45f96a83b5f74e194943df1cb5a3433a34da7a2 (diff)
downloadCMake-8f20044a6460ea86b2e0a3d6d4985792c9021ad2.zip
CMake-8f20044a6460ea86b2e0a3d6d4985792c9021ad2.tar.gz
CMake-8f20044a6460ea86b2e0a3d6d4985792c9021ad2.tar.bz2
ENH: more dec silly stuff
-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 d239b5c..454b2c6 100644
--- a/Tests/Complex/Executable/complex.cxx
+++ b/Tests/Complex/Executable/complex.cxx
@@ -23,6 +23,7 @@ void ForceStringUse()
std::string x(5,'x');
char buff[5];
x.copy(buff, 1, 0);
+ x[0] = 'a';
std::string::size_type pos = 0;
x.replace(pos, pos, pos, 'x');
std::string copy = cachetest;
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index d239b5c..454b2c6 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -23,6 +23,7 @@ void ForceStringUse()
std::string x(5,'x');
char buff[5];
x.copy(buff, 1, 0);
+ x[0] = 'a';
std::string::size_type pos = 0;
x.replace(pos, pos, pos, 'x');
std::string copy = cachetest;
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx
index d239b5c..454b2c6 100644
--- a/Tests/ComplexRelativePaths/Executable/complex.cxx
+++ b/Tests/ComplexRelativePaths/Executable/complex.cxx
@@ -23,6 +23,7 @@ void ForceStringUse()
std::string x(5,'x');
char buff[5];
x.copy(buff, 1, 0);
+ x[0] = 'a';
std::string::size_type pos = 0;
x.replace(pos, pos, pos, 'x');
std::string copy = cachetest;