diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/entity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/entity.cpp b/test/entity.cpp index 2b46cbeb..8f966572 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -129,7 +129,6 @@ static void test_metadata() static void test_type_name() { - using namespace entities; struct foobar; constexpr StringView name = name_of<foobar>; fm_assert(name.contains("foobar"_s)); |