Skip to content

Commit 64048d3

Browse files
committed
Increase number of resources
1 parent a318bfb commit 64048d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scope.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ CASE( "scope_success: exit function is not called when released" )
225225

226226
struct Resource
227227
{
228-
enum { N = 10 };
228+
enum { N = 20 };
229229
enum { free = 'f', acquired = 'a', closed = 'c', failed = 'x' };
230230

231231
static size_t invalid()

0 commit comments

Comments
 (0)