[][src]Macro ckb_error::assert_error_eq

macro_rules! assert_error_eq {
    ($left:expr, $right:expr) => { ... };
    ($left:expr, $right:expr,) => { ... };
    ($left:expr, $right:expr, $($arg:tt)+) => { ... };
}

Compare two errors

Used for testing only