diff options
Diffstat (limited to 'test/dz_comp')
| -rwxr-xr-x | test/dz_comp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dz_comp b/test/dz_comp index 52dbcc51..73806102 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -1,6 +1,6 @@ #! /usr/bin/env dbqn -dRun ← •EX •path∾"../dc.bqn" +⟨DRun⟩ ← •Import •path∾"../dc.bqn" c ← ∾(•LNS •path∾∾⟜"cases.bqn")¨""‿"b" {𝕩: c ∾↩ (¬":"⊑∘∊⊢)¨⊸/ "1 %"⊸∾¨ (3≤≠)◶0‿(('#'≠2⊸⊑)∧" "≡2⊸↑)¨⊸/ •LNS •path∾"prim.bqn" }⍟⊢⊑(<"-prim")∊•args M ← {e‿b: (⍎e)⊸≢◶""‿{(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩} DRun b} |
