1///////////////////////////////////////////////////////////////////////////////
2// test_partial_match.cpp
3//
4// Copyright 2008 Eric Niebler. Distributed under the Boost
5// Software License, Version 1.0. (See accompanying file
6// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8#include "./test.hpp"
9
10///////////////////////////////////////////////////////////////////////////////
11// test_main
12// read the tests from the input file and execute them
13void test_main()
14{
15
16
17
18
19 return 0;
20}
21
22

source code of boost/libs/xpressive/test/test_partial_match.cpp