From b5b9c95de160a97701777d37187de194d0b29e61 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 2 Jan 2022 19:55:40 +0000 Subject: Replace include guard macros with pragma once --- test/test-helpers.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/test-helpers.hpp b/test/test-helpers.hpp index 294b6ff..d99e1fa 100644 --- a/test/test-helpers.hpp +++ b/test/test-helpers.hpp @@ -1,5 +1,4 @@ -#ifndef TEST_HELPERS_H -#define TEST_HELPERS_H +#pragma once #include #include @@ -14,5 +13,3 @@ BOOST_CHECK_LE(b, a); \ BOOST_CHECK_GE(c, a); \ } - -#endif -- cgit v1.2.3