[libcxx-commits] [libcxx] r365856 - Mark destroying delete test as UNSUPPORTED with clang 7
Eric Fiselier via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 11 18:16:08 PDT 2019
Author: ericwf
Date: Thu Jul 11 18:16:08 2019
New Revision: 365856
URL: http://llvm.org/viewvc/llvm-project?rev=365856&view=rev
Log:
Mark destroying delete test as UNSUPPORTED with clang 7
Modified:
libcxx/trunk/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
Modified: libcxx/trunk/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp?rev=365856&r1=365855&r2=365856&view=diff
==============================================================================
--- libcxx/trunk/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp (original)
+++ libcxx/trunk/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp Thu Jul 11 18:16:08 2019
@@ -15,7 +15,7 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
// UNSUPPORTED: apple-clang-9, apple-clang-10
-// UNSUPPORTED: clang-6
+// UNSUPPORTED: clang-6, clang-7
#include <new>
More information about the libcxx-commits
mailing list