Browse Source

Test description fixed.

main
offa 7 years ago
parent
commit
09574d397e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/ScopeSuccessTest.cpp

+ 1
- 1
test/ScopeSuccessTest.cpp View File

@@ -106,7 +106,7 @@ TEST_CASE("deleter lambda called on destruction", "[ScopeSuccess]")
static_cast<void>(guard);
}

TEST_CASE("deleter called and rethrow on copy exception", "[ScopeSuccess]")
TEST_CASE("deleter not called and rethrow on copy exception", "[ScopeSuccess]")
{
REQUIRE_THROWS([] {
const ThrowOnCopyMock noMove;

Loading…
Cancel
Save