forked from TartanLlama/expected
7 lines
110 B
C++
7 lines
110 B
C++
#include "catch.hpp"
|
|
#include <tl/expected.hpp>
|
|
|
|
TEST_CASE("Relational operators", "[relops]") {
|
|
//TODO
|
|
}
|