diff --git a/upb/message/test.cc b/upb/message/test.cc index a204d9c5c2..6576800ec2 100644 --- a/upb/message/test.cc +++ b/upb/message/test.cc @@ -507,6 +507,10 @@ TEST(MessageTest, MapField) { // static void DecodeEncodeArbitrarySchemaAndPayload( // const upb::fuzz::MiniTableFuzzInput& input, std::string_view proto_payload, // int decode_options, int encode_options) { +// // Lexan does not have setenv +// #ifndef _MSC_VER +// setenv("FUZZTEST_STACK_LIMIT", "262144", 1); +// #endif // // The value of 80 used here is empirical and intended to roughly represent // // the tiny 64K stack size used by the test framework. We still see the // // occasional stack overflow at 90, so far 80 has worked 100% of the time.