Files
optional/tests/constructors.cpp
Simon Brand 23f1af8abf More tests
2017-10-02 10:38:05 +01:00

5 lines
93 B
C++

#include "catch.hpp"
#include "optional.hpp"
TEST_CASE("Constructors", "[constructors]") {}