Files
expected/tests/relops.cpp
Simon Brand afdacc1ba3 More testing
2017-11-27 14:48:16 +00:00

7 lines
107 B
C++

#include "catch.hpp"
#include "expected.hpp"
TEST_CASE("Relational operators", "[relops]") {
//TODO
}