Fix failing negative compilation test for some versions of Clang
authorEric Fiselier <eric@efcs.ca>
Fri, 13 Sep 2019 17:39:06 +0000 (17:39 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 13 Sep 2019 17:39:06 +0000 (17:39 +0000)
llvm-svn: 371874

libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp

index 2b4a5a9..82f5709 100644 (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;