Skip to content

Commit 3869256

Browse files
committed
checkleakautovar.cpp: adjusted recursion limit for MinGW
1 parent 89181e7 commit 3869256

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/testleakautovar.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2874,7 +2874,9 @@ class TestLeakAutoVarRecursiveCountLimit : public TestFixture {
28742874
}
28752875
};
28762876

2877+
#if !defined(__MINGW32__)
28772878
REGISTER_TEST(TestLeakAutoVarRecursiveCountLimit)
2879+
#endif
28782880

28792881
class TestLeakAutoVarStrcpy : public TestFixture {
28802882
public:

0 commit comments

Comments
 (0)