diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/dz_comp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dz_comp b/test/dz_comp index 22bbdef8..f8d69c57 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -30,8 +30,8 @@ Cases ← (0<≠)◶0‿('#'≠⊑)¨⊸/ · •FLines "cases/"∾∾⟜".bqn" c ← ∾ Cases¨ files Trim ← ((∨`∧∨`⌾⌽)' '⊸≠)⊸/ M ← {e‿b: - Err ← {(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩} - (Native e) ≢◶""‿Err Exec b + Msg ← {(@+10)∾˜""""∾b∾""": expected "∾e∾" but "∾0⊸≢◶⟨"evaluation failed","received "∾·⍕⊑⟩𝕩} + (<Native e) ≢◶""‿Msg <∘Exec⎊0 b } r ← (M '%'⊸= (∨´⊣)◶⟨"1"≍○<⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ c •Out ("All "∾(⍕≠c)∾" passed!")⍟(0=≠) ∾r |
