luau/tests/ClassFixture.h

14 lines
242 B
C
Raw Normal View History

2022-12-02 10:46:05 +00:00
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#include "Fixture.h"
namespace Luau
{
struct ClassFixture : BuiltinsFixture
{
ClassFixture();
};
} // namespace Luau