diff --git a/tests/test_config.nim b/tests/test_config.nim index 9bbb8ba67..e2c46e4b8 100644 --- a/tests/test_config.nim +++ b/tests/test_config.nim @@ -46,6 +46,4 @@ proc processArguments*(msg: var string): ConfigStatus = result = ErrorUnknownOption break of cmdEnd: - msg = "Error processing option [" & key & "]" - result = ErrorParseOption - break + doAssert(false)