summaryrefslogtreecommitdiff
path: root/tests/common.hpp
blob: b466c091013d1c7b6bb71fd6a2e919c62981e207 (plain)
1
2
3
4
5
6
7
8
#ifndef HEADER_TEST_COMMON_HPP
#define HEADER_TEST_COMMON_HPP

#include "test.hpp"

using namespace pugi;

#endif