xo-XXX -> .xo-XXX (prep subrepo)
This commit is contained in:
parent
2342dc02a2
commit
cf0bd4d975
2105 changed files with 0 additions and 0 deletions
|
|
@ -1,28 +0,0 @@
|
|||
/** @file ResourceVisitor.test.cpp
|
||||
*
|
||||
* @author Roland Conybeare, May 2026
|
||||
**/
|
||||
|
||||
#include <xo/testutil/Utest.hpp>
|
||||
#include <xo/alloc2/ResourceVisitor.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
namespace xo {
|
||||
using xo::mm::AResourceVisitor;
|
||||
|
||||
namespace ut {
|
||||
|
||||
TEST_CASE("ResourceVisitor-1", "[resourcevisitor]")
|
||||
{
|
||||
auto log = Utest::ut_scope();
|
||||
|
||||
obj<AResourceVisitor> v;
|
||||
|
||||
REQUIRE(v.iface());
|
||||
REQUIRE(!v.iface()->_has_null_vptr());
|
||||
}
|
||||
|
||||
}
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end ResourceVisitor.test.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue