luau/tests/ClassFixture.h

15 lines
255 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
2023-02-17 14:53:37 +00:00
#pragma once
2022-12-02 10:46:05 +00:00
#include "Fixture.h"
namespace Luau
{
struct ClassFixture : BuiltinsFixture
{
ClassFixture();
};
} // namespace Luau