1
0
forked from Alepha/Alepha

Improper test dependency -- relative path was broken here.

This commit is contained in:
2023-10-24 00:41:06 -04:00
parent 794e4404a1
commit 2ebb60e888

View File

@ -8,7 +8,7 @@ static_assert( __cplusplus > 2020'00 );
#include <Alepha/Testing/TableTest.h>
#include <Alepha/Utility/evaluation_helpers.h>
#include "../word_wrap.h"
#include <Alepha/word_wrap.h>
namespace
{