c++: Fix attr-lambda3.C
authorJason Merrill <jason@redhat.com>
Sun, 28 Feb 2021 14:17:10 +0000 (09:17 -0500)
committerJason Merrill <jason@redhat.com>
Sun, 28 Feb 2021 14:17:10 +0000 (09:17 -0500)
commit7e5d7fc7e6f99b7332284e2fd07502f4a049acc1
tree81659b8c997cabbe4ef4a2c32500bf328793e193
parent48ca2185bfb5126baacab812b3f14c80123ccb88
c++: Fix attr-lambda3.C

Some testcase for a change I was testing had an unnecessary ; at the end of
a line that caused a test failure on the 10 branch, so I mistakenly removed
it from this one.  Oops.

gcc/testsuite/ChangeLog:

* g++.dg/ext/attr-lambda3.C: Add missing ;
gcc/testsuite/g++.dg/ext/attr-lambda3.C