Skip to content

Commit

Permalink
fix stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink committed Jul 15, 2024
1 parent 865ea44 commit 32ec9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Parser.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3566,7 +3566,7 @@ TEST_CASE_FIXTURE(Fixture, "mixed_leading_intersection_and_union_not_allowed")
matchParseError("type A = | number & string & boolean", "Mixing union and intersection types is not allowed; consider wrapping in parentheses.");
}

TEXT_CASE_FIXTURE(Fixture, "do_not_parse_variadic_type_in_paren_type_in_returns")
TEST_CASE_FIXTURE(Fixture, "do_not_parse_variadic_type_in_paren_type_in_returns")
{
ScopedFastFlag sff{FFlag::LuauDisallowVariadicInReturnParenType, true};

Expand Down

0 comments on commit 32ec9ba

Please sign in to comment.