Skip to content

Commit fa8cb90

Browse files
committedAug 13, 2019
[libc++] Fix incorrect UNSUPPORTED annotation
The test was marked as UNSUPPORTED for clang-6 and clang-6, instead of clang-6 and clang-7. llvm-svn: 368666
1 parent 01dab0e commit fa8cb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: libcpp-has-no-threads
1010

1111
// [[nodiscard]] on constructors isn't supported by all compilers
12-
// UNSUPPORTED: clang-6, clang-6, clang-8, clang-9
12+
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
1313
// UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11
1414

1515
// <mutex>

0 commit comments

Comments
 (0)