Skip to content

Commit ba42520

Browse files
author
Eduardo Madrid
committed
Refactoring complete
1 parent f815a6e commit ba42520

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/AnyCallable.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include "AnyCallable.h"
2+
3+
TEST_CASE("function", "[any][type-erasure][functional]") {
4+
CallableTests<zoo::AnyContainer<zoo::CanonicalPolicy>>::execute();
5+
}

0 commit comments

Comments
 (0)