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 9f336b07..58cd2f0f 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -21,8 +21,8 @@ GetRT ← {𝕤: Native ← {⍎𝕩} exec ← (rt¬nc)◶⟨Native˙, DRun˙, {𝕩⊸DRun}∘GetRT⟩ @ -c ← ∾(•LNS ∾⟜"cases.bqn")¨""‿"b" -{𝕩: c ∾↩ "1 %"⊸∾¨ (0<≠)◶0‿((¬":"⊑∘∊⊢)∧'#'≠⊑)¨⊸/ •LNS "prim.bqn" }⍟⊢ prim +c ← ∾(•FLines ∾⟜"cases.bqn")¨""‿"b" +{𝕩: c ∾↩ "1 %"⊸∾¨ (0<≠)◶0‿((¬":"⊑∘∊⊢)∧'#'≠⊑)¨⊸/ •FLines "prim.bqn" }⍟⊢ prim M ← {e‿b: Err ← {(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩} (Native e) ≢◶""‿Err Exec b |
