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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to