aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.core/error.test.cc
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-02 05:49:47 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-02 05:49:47 +0100
commitebe4cb0bdeabd06a31072547af47cacaab7f78c0 (patch)
tree65a81c2c86260b595107ee6c5505583f9afaf39d /nihil.core/error.test.cc
parent5adeb648f74c1771164c0686d6e0fc584cf36d9e (diff)
downloadnihil-ebe4cb0bdeabd06a31072547af47cacaab7f78c0.tar.gz
nihil-ebe4cb0bdeabd06a31072547af47cacaab7f78c0.tar.bz2
replace nihil::generator
the new implementation is much simpler and PD-licensed. the only downside is it doesn't support elements_of. while here, move it to nihil.core.
Diffstat (limited to 'nihil.core/error.test.cc')
-rw-r--r--nihil.core/error.test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/nihil.core/error.test.cc b/nihil.core/error.test.cc
index f4ec1ee..7a923e4 100644
--- a/nihil.core/error.test.cc
+++ b/nihil.core/error.test.cc
@@ -4,7 +4,6 @@
import nihil.std;
import nihil.core;
-import nihil.util;
namespace {
inline constexpr auto *test_tags = "[nihil][nihil.error]";