small follow-up to r368604

llvm-svn: 368605
This commit is contained in:
Nico Weber 2019-08-12 19:19:29 +00:00
parent 086048df04
commit dd8580f437

View File

@ -6,8 +6,8 @@
// //
//===----------------------------------------------------------------------===//// //===----------------------------------------------------------------------===////
#ifndef TIMER_HPP #ifndef TIMER_H
#define TIMER_HPP #define TIMER_H
// Define LIBCXXABI_NO_TIMER to disable testing with a timer. // Define LIBCXXABI_NO_TIMER to disable testing with a timer.
#ifndef LIBCXXABI_NO_TIMER #ifndef LIBCXXABI_NO_TIMER
@ -51,4 +51,4 @@ public:
#endif /* LIBCXXABI_NO_TIMER */ #endif /* LIBCXXABI_NO_TIMER */
#endif /* TIMER_HPP */ #endif /* TIMER_H */