aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2014-11-25 03:19:02 +0000
committerEric Fiselier <eric@efcs.ca>2014-11-25 03:19:02 +0000
commiteae1b6a6d7e2d96e637d69f3f9820f484f741344 (patch)
tree0767f8ea119829ed5f97690e905602a396d5fb08 /libcxxabi
parent17b1568fc411a1402fba74bf4ebf8c3863afb78c (diff)
downloadllvm-eae1b6a6d7e2d96e637d69f3f9820f484f741344.zip
llvm-eae1b6a6d7e2d96e637d69f3f9820f484f741344.tar.gz
llvm-eae1b6a6d7e2d96e637d69f3f9820f484f741344.tar.bz2
Fix comment on end of #endif to match #if
llvm-svn: 222719
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/support/timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/support/timer.hpp b/libcxxabi/test/support/timer.hpp
index a3d51d7..5d6ad30 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