Skip to content

Commit e6b336e

Browse files
committed
Call boost::core::lwt_init() in variant_issue_55.cpp, because it doesn't invoke any BOOST_TEST macros and clang-win 32 bit hangs w/ assertion
1 parent 799a69e commit e6b336e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/variant_issue_55.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ void testGccUninitialized()
186186

187187
int main()
188188
{
189+
boost::core::lwt_init();
190+
189191
testGccUninitialized();
192+
190193
return boost::report_errors();
191194
}

0 commit comments

Comments
 (0)