diff options
-rw-r--r-- | Tests/Complex/Executable/complex.cxx | 1 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex.cxx | 1 | ||||
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/complex.cxx | 1 |
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"); |