From f8f210993fe199c40df63827c8b1ae0257b02753 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 29 Oct 2025 18:24:21 +0100 Subject: Dangling changes from today --- lib/tests/descriptor.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/tests/descriptor.cpp') diff --git a/lib/tests/descriptor.cpp b/lib/tests/descriptor.cpp index a8337e6..7f743ce 100644 --- a/lib/tests/descriptor.cpp +++ b/lib/tests/descriptor.cpp @@ -32,4 +32,8 @@ SAW_TEST("Opposites and Dirs D2Q9"){ using namespace kel; check_opposite_dirs>(); } +SAW_TEST("Opposites and Dirs D3Q27"){ + using namespace kel; + check_opposite_dirs>(); +} } -- cgit v1.2.3