fix typo in align_const_pair_U_V.pass.cpp

llvm-svn: 328760
This commit is contained in:
Eric Fiselier 2018-03-29 03:44:01 +00:00
parent 6775f52fe0
commit 02eb974af5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ int main()
assert(C::constructed == 0);
assert(C::assigned == 1);
assert(C::copy_assigned == 1);
assert(C::move_assigned == 0atu);
assert(C::move_assigned == 0);
assert(p.first == 42);
assert(p.second.value == -42);
}