summaryrefslogtreecommitdiff
path: root/test/test-helpers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-helpers.hpp')
-rw-r--r--test/test-helpers.hpp5
1 files changed, 1 insertions, 4 deletions
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 <boost/test/tools/context.hpp>
#include <boost/test/tools/interface.hpp>
@@ -14,5 +13,3 @@
BOOST_CHECK_LE(b, a); \
BOOST_CHECK_GE(c, a); \
}
-
-#endif