From dd8580f437b5c3f69721b3953ad79d620d9de24d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 12 Aug 2019 19:19:29 +0000 Subject: [PATCH] small follow-up to r368604 llvm-svn: 368605 --- libcxxabi/test/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libcxxabi/test/support/timer.h b/libcxxabi/test/support/timer.h index f8cd3b8e5d46..98a5dc0b68c1 100644 --- a/libcxxabi/test/support/timer.h +++ b/libcxxabi/test/support/timer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===//// -#ifndef TIMER_HPP -#define TIMER_HPP +#ifndef TIMER_H +#define TIMER_H // Define LIBCXXABI_NO_TIMER to disable testing with a timer. #ifndef LIBCXXABI_NO_TIMER @@ -51,4 +51,4 @@ public: #endif /* LIBCXXABI_NO_TIMER */ -#endif /* TIMER_HPP */ +#endif /* TIMER_H */