Skip to content

Commit

Permalink
Merge commit '41c507088894' from llvm.org/master into apple/main
Browse files Browse the repository at this point in the history
  • Loading branch information
git apple-llvm automerger committed Oct 19, 2020
2 parents 2a86464 + 41c5070 commit 5de4f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void RunStringMoveTest(const char* Expect) {
assert(p == Expect);
{
// Signature test
ASSERT_NOEXCEPT(p = std::move(ss));
LIBCPP_ONLY(ASSERT_NOEXCEPT(p = std::move(ss)));
}
}

Expand Down

0 comments on commit 5de4f0f

Please sign in to comment.