Skip to content

Commit bcc4b8a

Browse files
committed
removing the poor, unwanted semicolon. :_(
1 parent 2cea7e2 commit bcc4b8a

File tree

1 file changed

+1
-2
lines changed
  • gcc/testsuite/g++.dg/contracts/cpp26

1 file changed

+1
-2
lines changed

gcc/testsuite/g++.dg/contracts/cpp26/lambda.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
// { dg-do compile }
33
// { dg-options "-std=c++2b -fcontracts -fcontracts-nonattr " }
44
void f(int i, int j) pre( [i, &j](){ return true;} ( ))
5-
{
6-
};
5+
{}

0 commit comments

Comments
 (0)