From 8fce9c675f134c1563d44a1a79f7a5f47684af8a Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sun, 15 Oct 2023 20:00:28 -0400 Subject: [PATCH] Testing literals namespace fix for `word_wrap.test`. --- word_wrap.test/0.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/word_wrap.test/0.cc b/word_wrap.test/0.cc index ab429c7..fa07326 100644 --- a/word_wrap.test/0.cc +++ b/word_wrap.test/0.cc @@ -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; }