mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +01:00
fix: vector_library and debug back to luau
This commit is contained in:
parent
74a3d586c6
commit
3afa081d12
1 changed files with 2 additions and 2 deletions
|
@ -915,7 +915,7 @@ TEST_CASE("VectorLibrary")
|
|||
copts.optimizationLevel = 2;
|
||||
}
|
||||
|
||||
runConformance("vector_library.lua", [](lua_State* L) {}, nullptr, nullptr, &copts);
|
||||
runConformance("vector_library.luau", [](lua_State* L) {}, nullptr, nullptr, &copts);
|
||||
}
|
||||
|
||||
static void populateRTTI(lua_State* L, Luau::TypeId type)
|
||||
|
@ -1023,7 +1023,7 @@ TEST_CASE("DateTime")
|
|||
|
||||
TEST_CASE("Debug")
|
||||
{
|
||||
runConformance("debug.lua");
|
||||
runConformance("debug.luau");
|
||||
}
|
||||
|
||||
TEST_CASE("Debugger")
|
||||
|
|
Loading…
Add table
Reference in a new issue