Skip to content

Commit

Permalink
Add a test triple to avoid failure under MS ABI.
Browse files Browse the repository at this point in the history
MS ABI has slightly different rules for when destructors are implicitly
defined and when the 'delete this' is checked that are out of scope for
the intent of this test.
  • Loading branch information
zygoloid committed Mar 12, 2020
1 parent e5c85a5 commit 461566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CXX/special/class.dtor/p5-0x.cpp
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -verify -std=c++11 %s -Wno-defaulted-function-deleted
// RUN: %clang_cc1 -verify -std=c++11 %s -Wno-defaulted-function-deleted -triple x86_64-linux-gnu

struct NonTrivDtor {
~NonTrivDtor();
Expand Down

0 comments on commit 461566b

Please sign in to comment.