Files
optional/tests/hash.cpp

5 lines
83 B
C++
Raw Permalink Normal View History

2017-10-02 10:38:05 +01:00
#include "catch.hpp"
2019-05-01 13:23:30 +01:00
#include <tl/optional.hpp>
2017-10-02 10:38:05 +01:00
TEST_CASE("Hashing", "[hash]") {}