Skip to content

Commit 7ff9a93

Browse files
committed
Fix failing negative compilation test for some versions of Clang
llvm-svn: 371874
1 parent 9ff7013 commit 7ff9a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class BadUserNoCookie {
3131

3232
int main() {
3333
// expected-error@memory:* 2 {{"The specified type does not meet the requirements of Cpp17MoveInsertable"}}
34+
// expected-error@memory:* 0-2 {{call to deleted constructor}}
3435
{
3536

3637
std::vector<BadUserNoCookie<1> > x;

0 commit comments

Comments
 (0)