Skip to content

Commit f28021a

Browse files
authored
Added an extra resize to make a test pass on some machines
1 parent 43c19fd commit f28021a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/TestUtilities.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ struct AllocatorInterceptorTests : public UnitTest,
203203
{
204204
ScopedAllocationDisabler sad;
205205
std::vector<int> ints (42);
206+
ints.resize (100);
206207
}
207208

208209
expect (allocatorInterceptor.getAndClearAllocationViolation());

0 commit comments

Comments
 (0)