forked from OSchip/llvm-project
Fix failing negative compilation test for some versions of Clang
llvm-svn: 371874
This commit is contained in:
parent
9ff70132bf
commit
7ff9a9353c
|
@ -31,6 +31,7 @@ public:
|
|||
|
||||
int main() {
|
||||
// expected-error@memory:* 2 {{"The specified type does not meet the requirements of Cpp17MoveInsertable"}}
|
||||
// expected-error@memory:* 0-2 {{call to deleted constructor}}
|
||||
{
|
||||
|
||||
std::vector<BadUserNoCookie<1> > x;
|
||||
|
|
Loading…
Reference in New Issue