Adding more error for testing error codes.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user