]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_neg.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / unordered_multimap / requirements / iterator_neg.cc
index fb0db99cf7e255320607c76f2bc9819be0b55ead..a539708939da35cdaf171ab9f78caafdd56aed56 100644 (file)
@@ -1,6 +1,6 @@
 // 2005-10-02  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2005-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
@@ -36,5 +36,5 @@ void test01()
 
   Mmap::iterator it = cit; // { dg-error "conversion" }
 
-  Mmap::local_iterator lit = clit; // { dg-error "conversion" }  
+  Mmap::local_iterator lit = clit; // { dg-error "conversion" }
 }