[libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0
authorLouis Dionne <ldionne@apple.com>
Tue, 20 Aug 2019 16:45:27 +0000 (16:45 +0000)
committerLouis Dionne <ldionne@apple.com>
Tue, 20 Aug 2019 16:45:27 +0000 (16:45 +0000)
commitcb93f650b6e5e1cfc65bd5e53e9bf0e5470ad346
tree0c49eebbe656a73c0ff6a9b6e5302c046a1c54b8
parenteaee4de503ca4c37a0a3c26c477ee75285acc97b
[libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0

In r368882, I enabled those tests for all AppleClang's above version 9.
However, it turns out that the feature is only supported starting with
AppleClang 10.0.1, not AppleClang 10.0.0. This commit fixes that hole.

llvm-svn: 369409
libcxx/test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/literals.pass.cpp
libcxx/test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/literals.pass.cpp