aboutsummaryrefslogtreecommitdiff
path: root/test/dz_rt
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_rt
parent9bf9723bbf8177dfb9c967eba5064191839d5672 (diff)
Use •Out instead of •← for test output
Diffstat (limited to 'test/dz_rt')
-rwxr-xr-xtest/dz_rt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dz_rt b/test/dz_rt
index c8ac208e..49af845e 100755
--- a/test/dz_rt
+++ b/test/dz_rt
@@ -57,4 +57,4 @@ E_redef ← { # handles [fmd] [←↩]
pre ∾↩ E_isdef◶E_proc‿E_redef¨ impl
t ← (¬∘⊑':'∊⊢)¨⊸/ 3⊸↓⌾(3⊸⊑) •LNS "prim.bqn"
res ← DRun ∾ ∾⟜(@+10)¨ pre ∾ E_proc¨ t
-• ← ("All "∾(⍕≠res)∾" passed!")⍟(0=≠) /res
+•Out ("All "∾(⍕≠res)∾" passed!")⍟(0=≠) /res