Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit bb31674

Browse files
committed
small follow-up to r368604
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@368605 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d8218e6 commit bb31674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/support/timer.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===////
88

9-
#ifndef TIMER_HPP
10-
#define TIMER_HPP
9+
#ifndef TIMER_H
10+
#define TIMER_H
1111

1212
// Define LIBCXXABI_NO_TIMER to disable testing with a timer.
1313
#ifndef LIBCXXABI_NO_TIMER
@@ -51,4 +51,4 @@ class timer
5151

5252
#endif /* LIBCXXABI_NO_TIMER */
5353

54-
#endif /* TIMER_HPP */
54+
#endif /* TIMER_H */

0 commit comments

Comments
 (0)