]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 7_regular_expressions / basic_regex / ctors / char / string.cc
index c19046dc2334994d46c04ec6c96d767c989863d5..61dfc8b252a055d80bb1ef73b8bdae635bff274a 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
-// Copyright (C) 2007-2014 Free Software Foundation, Inc.
+// Copyright (C) 2007-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -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<char> test_type;
@@ -46,7 +46,7 @@ void test02()
 
 int
 main()
-{ 
+{
   test01();
   test02();
   return 0;