浏览代码

Test description fixed.

main
offa 7 年前
父节点
当前提交
09574d397e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/ScopeSuccessTest.cpp

+ 1
- 1
test/ScopeSuccessTest.cpp 查看文件

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

正在加载...
取消
保存