aboutsummaryrefslogtreecommitdiff
path: root/tests/timestamp
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-26 16:57:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-26 16:57:25 +0300
commit0071c616f02de72f8a6ed82448a7b9e8a6c9a40c (patch)
tree68c72992f86dad87af60daa8e7bc4cf0671c49e6 /tests/timestamp
parent4317feca0dc1a960693e378e42af159dd9a193c8 (diff)
Fix comment in timestamp test
Diffstat (limited to 'tests/timestamp')
-rw-r--r--tests/timestamp/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx
index 72301c2..bfd67b4 100644
--- a/tests/timestamp/driver.cxx
+++ b/tests/timestamp/driver.cxx
@@ -217,8 +217,8 @@ main ()
//
assert (fail ("Apr 08 19:31:10 2016", "%b %d %H:%M:%S %Y %"));
- // Error is not detected on FreeBSD 11 with Clang/libc++ 3.8.0 and on
- // MacOS 10.13 Clang/libc++ 5.0.
+ // Error is not detected on FreeBSD 11 with Clang/libc++ 3.8.0 and with
+ // Apple Clang 9.1.0 (strptime() seems to be broken).
//
#if !(defined(__FreeBSD__) || defined(__APPLE__))
assert (fail ("Apr 08 19:31:10", "%b %d %H:%M:%S %Y"));