aboutsummaryrefslogtreecommitdiff
path: root/tests/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Globals.h')
-rw-r--r--tests/Globals.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Globals.h b/tests/Globals.h
index 989fdfdcd4..2a13f343d0 100644
--- a/tests/Globals.h
+++ b/tests/Globals.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_TEST_GLOBALS_H__
-#define __ARM_COMPUTE_TEST_GLOBALS_H__
+#ifndef ARM_COMPUTE_TEST_GLOBALS_H
+#define ARM_COMPUTE_TEST_GLOBALS_H
#include "tests/AssetsLibrary.h"
#include "tests/framework/ParametersLibrary.h"
@@ -37,4 +37,4 @@ extern std::unique_ptr<AssetsLibrary> library;
extern std::unique_ptr<ParametersLibrary> parameters;
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_GLOBALS_H__ */
+#endif /* ARM_COMPUTE_TEST_GLOBALS_H */