diff options
| -rw-r--r-- | libcxxabi/test/support/timer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/support/timer.hpp b/libcxxabi/test/support/timer.hpp index a3d51d7b898..5d6ad3093ef 100644 --- a/libcxxabi/test/support/timer.hpp +++ b/libcxxabi/test/support/timer.hpp @@ -41,6 +41,6 @@ public: ~timer() {} }; -#endif /* LIBCXXABI_TIME_TESTS */ +#endif /* LIBCXXABI_NO_TIMER */ #endif /* TIMER_HPP */
\ No newline at end of file |

