From cc45c73234badc41abbf21705ddeafc969935df2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 22 Aug 2007 12:56:39 +0000 Subject: [PATCH] Fixed include guard. [SVN r38838] --- test/regress/test_partial_match.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +