From 0071c616f02de72f8a6ed82448a7b9e8a6c9a40c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Jun 2018 16:57:25 +0300 Subject: Fix comment in timestamp test --- tests/timestamp/driver.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/timestamp') 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")); -- cgit v1.1