Ver código fonte

Test description fixed.

main
offa 7 anos atrás
pai
commit
09574d397e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      test/ScopeSuccessTest.cpp

+ 1
- 1
test/ScopeSuccessTest.cpp Ver arquivo

@@ -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;

Carregando…
Cancelar
Salvar