summaryrefslogtreecommitdiff
path: root/examples/separate_headers/test.cpp
blob: 7b351de32636125d03cc56842483da880f20d13f (plain)
1
2
3
4
5
#include "parts/doctest_fwd.h"

TEST_CASE("captain obvious") {
    CHECK(true == true);
}