diff options
Diffstat (limited to 'nihil.match/test.cc')
| -rw-r--r-- | nihil.match/test.cc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nihil.match/test.cc b/nihil.match/test.cc index 7dd1c34..974a58a 100644 --- a/nihil.match/test.cc +++ b/nihil.match/test.cc @@ -1,12 +1,8 @@ -/* - * This source code is released into the public domain. - */ - -#include <string> -#include <variant> +// This source code is released into the public domain. #include <catch2/catch_test_macros.hpp> +import nihil.std; import nihil.match; TEST_CASE("match", "[nihil]") |
