diff options
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/map_operators.cc')
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/map_operators.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/map_operators.cc b/libstdc++-v3/testsuite/23_containers/map_operators.cc index 21b62ed5e4e..4def7aa79aa 100644 --- a/libstdc++-v3/testsuite/23_containers/map_operators.cc +++ b/libstdc++-v3/testsuite/23_containers/map_operators.cc @@ -44,7 +44,7 @@ void test01() return 0; } -// http://sources.redhat.com/ml/libstdc++/2000-11/msg00093.html +// http://gcc.gnu.org/ml/libstdc++/2000-11/msg00093.html void test02() { typedef std::map<int,const int> MapInt; |