Преглед на файлове

Test for self-move removed as this is prevented by some compilers.

main
offa преди 7 години
родител
ревизия
ea843c33c9
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. +0
    -8
      test/UniqueResourceTest.cpp

+ 0
- 8
test/UniqueResourceTest.cpp Целия файл

@@ -173,14 +173,6 @@ TEST_CASE("move-construction with copy", "[UniqueResource]")
CHECK(guard.get() == 3);
}

TEST_CASE("move assignment has no effect if same object", "[UniqueResource]")
{
REQUIRE_CALL(m, deleter(3));
auto guard = sr::make_unique_resource(Handle{3}, deleter);
guard = std::move(guard);
REQUIRE(guard.get() == 3);
}

TEST_CASE("move assignment calls deleter", "[UniqueResource]")
{
auto moveFrom = sr::make_unique_resource(Handle{3}, deleter);

Loading…
Отказ
Запис