From 52d529be56f39c0d369042809ffe8ae71c48039b Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Fri, 2 Apr 2004 16:56:25 +0000 Subject: [PATCH] test includes changed to increase the coverage of library include problems [SVN r22582] --- string/test/regex_test.cpp | 1 + string/test/replace_test.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/string/test/regex_test.cpp b/string/test/regex_test.cpp index 7eb440b..c0a0a45 100644 --- a/string/test/regex_test.cpp +++ b/string/test/regex_test.cpp @@ -14,6 +14,7 @@ #include #include #include +#include #include #include diff --git a/string/test/replace_test.cpp b/string/test/replace_test.cpp index a17e3e3..998fe66 100644 --- a/string/test/replace_test.cpp +++ b/string/test/replace_test.cpp @@ -15,10 +15,10 @@ #include #include -#include -#include #include #include +#include +#include // equals predicate is used for result comparison #include