Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Make two more tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Feb 9, 2023
1 parent aa3f9b8 commit 45b2149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
// UNSUPPORTED: clang-5, clang-6
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8, apple-clang-9, apple-clang-10
// UNSUPPORTED: nvrtc

// <chrono>
// class day;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14

// gcc-6 does not support deduction guides until 7
// UNSUPPORTED: gcc-6
// gcc does not support deduction guides until gcc-7 and that is buggy
// UNSUPPORTED: gcc-6, gcc-7

// <span>

Expand Down

0 comments on commit 45b2149

Please sign in to comment.