Skip to content

Commit e210c03

Browse files
committed
Mark [[nodiscard]] test as unsupported with GCC 5
llvm-svn: 371886
1 parent 449ca01 commit e210c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// [[nodiscard]] on constructors isn't supported by all compilers
1212
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
1313
// UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11
14+
// UNSUPPORTED: gcc-5
1415

1516
// [[nodiscard]] isn't supported in C++98 and C++03 (not even as an extension)
1617
// UNSUPPORTED: c++98, c++03

0 commit comments

Comments
 (0)