small follow-up to r368604
authorNico Weber <nicolasweber@gmx.de>
Mon, 12 Aug 2019 19:19:29 +0000 (19:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 12 Aug 2019 19:19:29 +0000 (19:19 +0000)
llvm-svn: 368605

libcxxabi/test/support/timer.h

index f8cd3b8..98a5dc0 100644 (file)
@@ -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 */