summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2013-10-08 13:54:26 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2013-10-08 14:54:26 +0100
commit9ae63018d77dd725aa8c4a7c87a053cde30059a4 (patch)
treee497f7782b4233a10f34ac59a5499567146499e7 /libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
parent3947652f50b5153006b7ab6a9c342f37779f96e1 (diff)
downloadgcc-9ae63018d77dd725aa8c4a7c87a053cde30059a4.tar.gz
* testsuite/*: Remove stray semi-colons after function definitions.
From-SVN: r203279
Diffstat (limited to 'libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc')
-rw-r--r--libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
index e7dfe8d3302..a28e95e8f83 100644
--- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
+++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
@@ -40,4 +40,4 @@ main()
{
test01();
return 0;
-};
+}