aboutsummaryrefslogtreecommitdiff
path: root/test/dz_comp
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-27 15:07:12 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-27 15:07:12 -0500
commit1741d5078e9ef8617c99f1fb9c98d1583e072df9 (patch)
tree96227d3941f302a537a9831674e31c775a8b50c0 /test/dz_comp
parent22d763fbf6d50ca3001f53424085f772276d55e2 (diff)
Remove list frame from primitive tests
Diffstat (limited to 'test/dz_comp')
-rwxr-xr-xtest/dz_comp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dz_comp b/test/dz_comp
index a65dc717..dfa4bd6b 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -2,7 +2,7 @@
⟨DRun⟩ ← •Import "../dc.bqn"
c ← ∾(•LNS ∾⟜"cases.bqn")¨""‿"b"
-{𝕩: c ∾↩ (¬":"⊑∘∊⊢)¨⊸/ "1 %"⊸∾¨ (3≤≠)◶0‿(('#'≠2⊸⊑)∧" "≡2⊸↑)¨⊸/ •LNS "prim.bqn" }⍟⊢⊑(<"-prim")∊•args
+{𝕩: c ∾↩ (¬":"⊑∘∊⊢)¨⊸/ "1 %"⊸∾¨ (0<≠)◶0‿('#'≠⊑)¨⊸/ •LNS "prim.bqn" }⍟⊢⊑(<"-prim")∊•args
M ← {e‿b: (⍎e)⊸≢◶""‿{(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩} DRun b}
r ← '%' M∘((+`-2⊸×)∘=⊔⊢)¨ c
•Out ("All "∾(⍕≠c)∾" passed!")⍟(0=≠) ∾r