Files
optional/tests/constructors.cpp

5 lines
93 B
C++
Raw Normal View History

2017-10-02 10:38:05 +01:00
#include "catch.hpp"
#include "optional.hpp"
TEST_CASE("Constructors", "[constructors]") {}