aboutsummaryrefslogtreecommitdiff
path: root/tests/timestamp
diff options
context:
space:
mode:
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"));