Skip to content

Commit 8a816d7

Browse files
committed
extra utest: MultiClassLoaderTest.lazyLoad succeeds two times in a row?
1 parent 2de2fb4 commit 8a816d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/utest.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ TEST(MultiClassLoaderTest, lazyLoad)
326326
{
327327
testMultiClassLoader(true);
328328
}
329+
TEST(MultiClassLoaderTest, lazyLoadSecondTime)
330+
{
331+
testMultiClassLoader(true);
332+
}
329333
TEST(MultiClassLoaderTest, nonLazyLoad)
330334
{
331335
testMultiClassLoader(false);

0 commit comments

Comments
 (0)