luau/tests/ClassFixture.h

15 lines
255 B
C
Raw Normal View History

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