ESGRAF48/test/loadfile.cpp

7 lines
67 B
C++

#include <catch2/catch.hpp>
TEST_CASE("blah")
{
REQUIRE(true);
}