small follow-up to r368604

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@368605 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/support/timer.h b/test/support/timer.h
index f8cd3b8..98a5dc0 100644
--- a/test/support/timer.h
+++ b/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 @@
 
 #endif /* LIBCXXABI_NO_TIMER */
 
-#endif /* TIMER_HPP */
+#endif /* TIMER_H */