mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 21:35:33 +00:00
7 lines
107 B
C++
7 lines
107 B
C++
#include <catch2/catch.hpp>
|
|
#include <tl/expected.hpp>
|
|
|
|
TEST_CASE("Noexcept", "[noexcept]") {
|
|
//TODO
|
|
}
|