[libcxx-commits] [libcxxabi] r368605 - small follow-up to r368604

Nico Weber via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 12 12:19:29 PDT 2019


Author: nico
Date: Mon Aug 12 12:19:29 2019
New Revision: 368605

URL: http://llvm.org/viewvc/llvm-project?rev=368605&view=rev
Log:
 small follow-up to r368604

Modified:
    libcxxabi/trunk/test/support/timer.h

Modified: libcxxabi/trunk/test/support/timer.h
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/support/timer.h?rev=368605&r1=368604&r2=368605&view=diff
==============================================================================
--- libcxxabi/trunk/test/support/timer.h (original)
+++ libcxxabi/trunk/test/support/timer.h Mon Aug 12 12:19:29 2019
@@ -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 */




More information about the libcxx-commits mailing list