summaryrefslogtreecommitdiff
path: root/test
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
commitcce8ade3259f1ddc6a334f18b3986ce5cc4b4732 (patch)
treef428eb940c1a55a10f38df64fec886d10835d3d1 /test
parent59872ce83a98a46e81f1919c5ee2703352a942da (diff)
Fix comment on end of #endif to match #if
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@222719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/support/timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/timer.hpp b/test/support/timer.hpp
index a3d51d7..5d6ad30 100644
--- a/test/support/timer.hpp
+++ b/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