We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e439685 + ae36323 commit 16ae76cCopy full SHA for 16ae76c
test/libsolidity/SolidityOptimizer.cpp
@@ -493,7 +493,7 @@ BOOST_AUTO_TEST_CASE(constant_optimization_early_exit)
493
#endif
494
495
#if __SANITIZE_ADDRESS__
496
- maxDuration = numeric_limits<size_t>::max();
+ maxDuration = std::numeric_limits<size_t>::max();
497
BOOST_TEST_MESSAGE("Disabled constant optimizer run time check for address sanitizer build.");
498
499
BOOST_CHECK_MESSAGE(duration <= double(maxDuration), "Compilation of constants took longer than 20 seconds.");
0 commit comments