aboutsummaryrefslogtreecommitdiff
path: root/deps/inja/third_party/include/hayai/hayai_fixture.hpp
blob: 315c234d56b1ef91c9725ddf13f9c8c4064bccdc (plain)
1
2
3
4
5
6
7
8
9
#ifndef __HAYAI_FIXTURE
#define __HAYAI_FIXTURE
#include "hayai_test.hpp"

namespace hayai
{
    typedef Test Fixture;
}
#endif