Fix failing negative compilation test for some versions of Clang

llvm-svn: 371874
This commit is contained in:
Eric Fiselier 2019-09-13 17:39:06 +00:00
parent 9ff70132bf
commit 7ff9a9353c
1 changed files with 1 additions and 0 deletions

View File

@ -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;