De-tab a couple tests. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350330 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
template <class D>
|
||||
void test()
|
||||
{
|
||||
LIBCPP_ASSERT_NOEXCEPT(std::chrono::duration_values<typename D::rep>::zero());
|
||||
LIBCPP_ASSERT_NOEXCEPT(std::chrono::duration_values<typename D::rep>::zero());
|
||||
#if TEST_STD_VER > 17
|
||||
ASSERT_NOEXCEPT( std::chrono::duration_values<typename D::rep>::zero());
|
||||
ASSERT_NOEXCEPT( std::chrono::duration_values<typename D::rep>::zero());
|
||||
#endif
|
||||
{
|
||||
typedef typename D::rep Rep;
|
||||
|
||||
Reference in New Issue
Block a user