aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testshared.h')
-rw-r--r--tests/testshared.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/testshared.h b/tests/testshared.h
index 4418072c..e2d4a8d4 100644
--- a/tests/testshared.h
+++ b/tests/testshared.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef TEST_TESTSHARED_H
-#define TEST_TESTSHARED_H
+#pragma once
#define OPENGL_TEST_MAIN(LOGLEVEL) \
int main(int argc, char **argv) \
@@ -29,5 +28,3 @@
testing::InitGoogleTest(&argc, argv); \
return RUN_ALL_TESTS(); \
}
-
-#endif