1
0
forked from Alepha/Alepha

Testing literals namespace fix for word_wrap.test.

This commit is contained in:
2023-10-15 20:00:28 -04:00
parent d2d1181c77
commit 8fce9c675f

View File

@ -8,7 +8,7 @@ static_assert( __cplusplus > 2020'00 );
namespace
{
using namespace Alepha::Testing::literals::program_option_literals;
using namespace Alepha::Testing::literals::test_literals;;
using Alepha::Testing::TableTest;
}