Registry (unittests)

- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-26 22:58:18 +02:00
parent 4771d5fafe
commit e9cb212194
1 changed files with 0 additions and 1 deletions

View File

@ -497,7 +497,6 @@ unittest
*ageEntry = ConfigEntry.ofNumeric(69_420);
assert(cast(int)reg["age"] == 69_420);
// Should not be able to set entry it not yet existent
try
{