summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc')
-rw-r--r--libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
index 78ac56096d6..55b93875431 100644
--- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
+++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
@@ -26,7 +26,7 @@
#include <testsuite_hooks.h>
#include <testsuite_allocator.h>
-// Tests C++ string constructor of the basic_regex class.
+// Tests C++ string constructor of the basic_regex class.
void test01()
{
typedef std::tr1::basic_regex<wchar_t> test_type;
@@ -46,7 +46,7 @@ void test02()
int
main()
-{
+{
test01();
test02();
return 0;