From: Remi Gacogne Date: Tue, 9 Dec 2025 09:10:48 +0000 (+0100) Subject: test-luawrapper: Remove empty line X-Git-Tag: rec-5.4.0-beta1~57^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34b21f1839110b24812be0c77ddef6bf05d26b5;p=thirdparty%2Fpdns.git test-luawrapper: Remove empty line Signed-off-by: Remi Gacogne --- diff --git a/pdns/test-luawrapper.cc b/pdns/test-luawrapper.cc index b14dc3df66..d631b85265 100644 --- a/pdns/test-luawrapper.cc +++ b/pdns/test-luawrapper.cc @@ -101,7 +101,6 @@ BOOST_AUTO_TEST_CASE(test_boost_variant) } } - BOOST_AUTO_TEST_CASE(test_std_variant) { using MyVariantType = std::variant;