Files
optional/tests/hash.cpp
2019-05-01 13:23:30 +01:00

5 lines
83 B
C++

#include "catch.hpp"
#include <tl/optional.hpp>
TEST_CASE("Hashing", "[hash]") {}