We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da55c63 commit 1d60a53Copy full SHA for 1d60a53
test/support/timer.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===////
8
9
-#ifndef TIMER_HPP
10
-#define TIMER_HPP
+#ifndef TIMER_H
+#define TIMER_H
11
12
// Define LIBCXXABI_NO_TIMER to disable testing with a timer.
13
#ifndef LIBCXXABI_NO_TIMER
@@ -51,4 +51,4 @@ class timer
51
52
#endif /* LIBCXXABI_NO_TIMER */
53
54
-#endif /* TIMER_HPP */
+#endif /* TIMER_H */
0 commit comments