mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Fix test suite name.
This commit is contained in:
parent
4122f3fbcb
commit
ab81f39b83
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
using namespace Luau;
|
using namespace Luau;
|
||||||
|
|
||||||
TEST_SUITE_BEGIN("EqSatLanguage");
|
TEST_SUITE_BEGIN("EqSatSlice");
|
||||||
|
|
||||||
TEST_CASE("slice_is_a_view_over_array")
|
TEST_CASE("slice_is_a_view_over_array")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue