]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/util/testsuite_regex.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util / testsuite_regex.h
index 2aaa256e2e30f555646cd4467350434ac1647f15..447a7f02754d28ff6fdedad5ffe6c2889254ed71 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 // regex utils for the C++ library testsuite.
 //
-// Copyright (C) 2012-2015 Free Software Foundation, Inc.
+// Copyright (C) 2012-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
@@ -106,7 +106,7 @@ namespace __gnu_test
 
        show_regex_error_codes();
        cout << "regex_error::code " << regex_error_codes[e.code()] << endl;
-       
+
        if (__error != regex_error_internal)
          {
            // Then expected error_type is __error. Check.