Scoped FFlag for JsonEncoder test

This commit is contained in:
Kampfkarren 2022-07-26 21:33:02 -07:00
parent 4504b05b76
commit b773f41790

View file

@ -177,6 +177,8 @@ TEST_CASE_FIXTURE(JsonEncoderFixture, "encode_AstExprIfThen")
TEST_CASE_FIXTURE(JsonEncoderFixture, "encode_AstExprInterpString")
{
ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true};
AstStat* statement = expectParseStatement("local a = `var = {x}`");
std::string_view expected =