Rename testsuite directory shared_mutex to shared_timed_mutex for consistency.
[gcc.git] / libstdc++-v3 / ChangeLog
index 7e42778fda5a294a56f8b665e7d7d84784479584..933239cef7e3b3b3ab9f3165b6888500f2ee0649 100644 (file)
@@ -1,3 +1,10 @@
+2014-02-21  Ed Smith-Rowland  <3dw4rd@verizon.net>
+
+       Rename testsuite directory shared_mutex to shared_timed_mutex
+       for consistency.
+       * testsuite/30_threads/shared_mutex: Moved to...
+       * testsuite/30_threads/shared_timed_mutex: ...here
+
 2014-02-20  Ed Smith-Rowland  <3dw4rd@verizon.net>
 
        Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.