Explorar el Código

Test description fixed.

main
offa hace 7 años
padre
commit
09574d397e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/ScopeSuccessTest.cpp

+ 1
- 1
test/ScopeSuccessTest.cpp Ver fichero

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

Cargando…
Cancelar
Guardar