aboutsummaryrefslogtreecommitdiff
path: root/test/dz_comp
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-06 21:11:20 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-06 21:11:20 -0500
commit3d90a1d74df7468b0420efb3badbf955bfe1c03e (patch)
tree315c4e34f1b72dff59ad261faae98e99144ee1e8 /test/dz_comp
parent9bf9723bbf8177dfb9c967eba5064191839d5672 (diff)
Use •Out instead of •← for test output
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 251d7232..a65dc717 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -5,4 +5,4 @@ c ← ∾(•LNS ∾⟜"cases.bqn")¨""‿"b"
{𝕩: c ∾↩ (¬":"⊑∘∊⊢)¨⊸/ "1 %"⊸∾¨ (3≤≠)◶0‿(('#'≠2⊸⊑)∧" "≡2⊸↑)¨⊸/ •LNS "prim.bqn" }⍟⊢⊑(<"-prim")∊•args
M ← {e‿b: (⍎e)⊸≢◶""‿{(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩} DRun b}
r ← '%' M∘((+`-2⊸×)∘=⊔⊢)¨ c
-• ← ("All "∾(⍕≠c)∾" passed!")⍟(0=≠) ∾r
+•Out ("All "∾(⍕≠c)∾" passed!")⍟(0=≠) ∾r