Browse Source

[libc++] Fix incorrect UNSUPPORTED annotation

The test was marked as UNSUPPORTED for clang-6 and clang-6, instead of
clang-6 and clang-7.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@368666 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 6 years ago
parent
commit
e1c08e781c

+ 1 - 1
test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp

@@ -9,7 +9,7 @@
 // UNSUPPORTED: libcpp-has-no-threads
 
 // [[nodiscard]] on constructors isn't supported by all compilers
-// UNSUPPORTED: clang-6, clang-6, clang-8, clang-9
+// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
 // UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11
 
 // <mutex>