mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Change test name
This commit is contained in:
parent
3a9c41ffb1
commit
c2b3e83b24
1 changed files with 2 additions and 2 deletions
|
@ -3642,7 +3642,7 @@ end
|
|||
LUAU_REQUIRE_NO_ERRORS(result);
|
||||
}
|
||||
|
||||
TEST_CASE_FIXTURE(BuiltinsFixture, "write_property_to_table_intersection_1")
|
||||
TEST_CASE_FIXTURE(BuiltinsFixture, "index_property_table_intersection_1")
|
||||
{
|
||||
|
||||
CheckResult result = check(R"(
|
||||
|
@ -3657,7 +3657,7 @@ local y = x.Bar
|
|||
LUAU_REQUIRE_NO_ERRORS(result);
|
||||
}
|
||||
|
||||
TEST_CASE_FIXTURE(BuiltinsFixture, "write_property_to_table_intersection_2")
|
||||
TEST_CASE_FIXTURE(BuiltinsFixture, "index_property_table_intersection_2")
|
||||
{
|
||||
|
||||
CheckResult result = check(R"(
|
||||
|
|
Loading…
Add table
Reference in a new issue