diff options
author | Matthias Klose <doko@gcc.gnu.org> | 2012-10-07 09:59:02 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-10-07 09:59:02 +0000 |
commit | d39e4c0c0b578d8e73139e8a80c9d02b0635aad4 (patch) | |
tree | 480a46127a1f9eb7d0076b8fed283de8c866339f | |
parent | 4670abb087ca8bb5e8fc75652648c99c90f48ab0 (diff) | |
download | gcc-d39e4c0c0b578d8e73139e8a80c9d02b0635aad4.zip gcc-d39e4c0c0b578d8e73139e8a80c9d02b0635aad4.tar.gz gcc-d39e4c0c0b578d8e73139e8a80c9d02b0635aad4.tar.bz2 |
basic: Remove empty directory.
2012-10-07 Matthias Klose <doko@ubuntu.com>
* testsuite/28_regex/algorithms/match/basic: Remove empty directory.
* testsuite/28_regex/algorithms/match/extended: Likewise.
* testsuite/28_regex/algorithms/match: Likewise.
From-SVN: r192180
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6f6da57..998e429 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2012-10-07 Matthias Klose <doko@ubuntu.com> + + * testsuite/28_regex/algorithms/match/basic: Remove empty directory. + * testsuite/28_regex/algorithms/match/extended: Likewise. + * testsuite/28_regex/algorithms/match: Likewise. + 2012-10-06 Paolo Carlini <paolo.carlini@oracle.com> PR c++/52764 |