[libcxxabi] r222719 - Fix comment on end of #endif to match #if

Eric Fiselier eric at efcs.ca
Mon Nov 24 19:19:03 PST 2014


Author: ericwf
Date: Mon Nov 24 21:19:02 2014
New Revision: 222719

URL: http://llvm.org/viewvc/llvm-project?rev=222719&view=rev
Log:
Fix comment on end of #endif to match #if

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

Modified: libcxxabi/trunk/test/support/timer.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/support/timer.hpp?rev=222719&r1=222718&r2=222719&view=diff
==============================================================================
--- libcxxabi/trunk/test/support/timer.hpp (original)
+++ libcxxabi/trunk/test/support/timer.hpp Mon Nov 24 21:19:02 2014
@@ -41,6 +41,6 @@ public:
     ~timer() {}
 };
 
-#endif /* LIBCXXABI_TIME_TESTS */
+#endif /* LIBCXXABI_NO_TIMER */
 
 #endif /* TIMER_HPP */
\ No newline at end of file





More information about the cfe-commits mailing list