Adding more error for testing error codes.

This commit is contained in:
fosdick.io
2024-02-14 12:12:23 -07:00
parent 08f1e4a214
commit de23d717cb

View File

@@ -10,6 +10,11 @@ fn test_error_codes() {
Error::NA, Error::NA,
Error::NUM, Error::NUM,
Error::ERROR, Error::ERROR,
Error::NIMPL,
Error::SPILL,
Error::CALC,
Error::CIRC,
Error::NULL
]; ];
for (i, error) in errors.iter().enumerate() { for (i, error) in errors.iter().enumerate() {
let s = format!("{}", error); let s = format!("{}", error);