diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-10-30 17:14:07 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-10-30 17:14:07 +0000 |
| commit | 94d25974a7773307f930a633881744ad9d6d2777 (patch) | |
| tree | ad1d74d2ba71e1c54c3276bb7c67e257831ec21f /atf-c++/tests.hpp | |
| parent | 9b3afb9f3c00ca9da97167e29f437bdd3036da1a (diff) | |
Diffstat (limited to 'atf-c++/tests.hpp')
| -rw-r--r-- | atf-c++/tests.hpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/atf-c++/tests.hpp b/atf-c++/tests.hpp index 4c8ca913d97b..ce2fb1d165c8 100644 --- a/atf-c++/tests.hpp +++ b/atf-c++/tests.hpp @@ -1,6 +1,3 @@ -// -// Automated Testing Framework (atf) -// // Copyright (c) 2007 The NetBSD Foundation, Inc. // All rights reserved. // @@ -25,10 +22,9 @@ // IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -#if !defined(_ATF_CXX_TESTS_HPP_) -#define _ATF_CXX_TESTS_HPP_ +#if !defined(ATF_CXX_TESTS_HPP) +#define ATF_CXX_TESTS_HPP #include <map> #include <memory> @@ -126,4 +122,4 @@ public: } // namespace tests } // namespace atf -#endif // !defined(_ATF_CXX_TESTS_HPP_) +#endif // !defined(ATF_CXX_TESTS_HPP) |
