From 0c9cfa9570aa0ca4fc1930851c24387c85731861 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Mon, 22 Aug 2022 14:56:39 -0700 Subject: [PATCH] = -> this --- tests/Parser.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Parser.test.cpp b/tests/Parser.test.cpp index d01a4279..d81989da 100644 --- a/tests/Parser.test.cpp +++ b/tests/Parser.test.cpp @@ -943,7 +943,7 @@ TEST_CASE_FIXTURE(Fixture, "parse_interpolated_string_without_end_brace") { ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true}; - auto columnOfEndBraceError = [=](const char* code) + auto columnOfEndBraceError = [this](const char* code) { try {