]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Remove superfluous semicolon [PR105256]
authorJakub Jelinek <jakub@redhat.com>
Mon, 9 May 2022 16:21:08 +0000 (18:21 +0200)
committerJakub Jelinek <jakub@redhat.com>
Mon, 9 May 2022 16:21:08 +0000 (18:21 +0200)
2022-05-09  Jakub Jelinek  <jakub@redhat.com>

PR c++/105256
* g++.dg/cpp0x/pr105256.C: Remove superfluous semicolon.

gcc/testsuite/g++.dg/cpp0x/pr105256.C

index 98ce5e8b7bfa4199832d0f826153c87d06a889a0..a97949d796a84c930faf262642e4aefd34638438 100644 (file)
@@ -15,4 +15,4 @@ void
 foo (S::T *p)
 {
   *p = {};
-};
+}