diff --git a/test/regress/test_partial_match.hpp b/test/regress/test_partial_match.hpp index 4ef4658f..51ae5b66 100644 --- a/test/regress/test_partial_match.hpp +++ b/test/regress/test_partial_match.hpp @@ -16,8 +16,8 @@ * DESCRIPTION: Declares tests for regex search and iteration. */ -#ifndef BOOST_REGEX_REGRESS_REGEX_SEARCH_HPP -#define BOOST_REGEX_REGRESS_REGEX_SEARCH_HPP +#ifndef BOOST_REGEX_REGRESS_REGEX_PARTIAL_MATCH_HPP +#define BOOST_REGEX_REGRESS_REGEX_PARTIAL_MATCH_HPP #include "info.hpp" // // this file implements a test for a regular expression that should compile, @@ -386,3 +386,4 @@ void test(boost::basic_regex& r, const test_regex_search_tag&) #endif +