chore(execution-engine): VM execution step negative tests [fixes VM-262] (#511)

This commit is contained in:
raftedproc
2023-03-13 16:34:37 +03:00
committed by GitHub
parent 62da247c3a
commit 4f1a617bf5
3 changed files with 546 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pub enum CatchableError {
},
/// A fold instruction must iterate over array value.
#[error("expression '{1}' returned non-array value '{0}' for a fold iterable")]
#[error("expression '{1}' returned non-array value '{0}' for fold iterable")]
FoldIteratesOverNonArray(JValue, String),
/// This error type is produced by a match to notify xor that compared values aren't equal.