瀏覽代碼

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;

Loading…
取消
儲存