aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-20 08:46:55 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-20 08:46:55 -0400
commit5064898db4f909d06f31ec13e100434500623f49 (patch)
tree0bb5bc0af192ae481d613e6df0975fbb0287b384 /test
parent4739618a7f14a224274c40e43471a7fd0bba6c9f (diff)
Fix another accidentally-immediate block
Diffstat (limited to 'test')
-rwxr-xr-xtest/bt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bt b/test/bt
index 373bb5f0..a8333a4d 100755
--- a/test/bt
+++ b/test/bt
@@ -2,7 +2,7 @@
dRun ← ⟨"dRun"⟩ •EX •path∾"../cshim.bqn"
c ← ∾(•LNS •path∾∾⟜"cases.bqn")¨""‿"b"
-{ c ∾↩ (¬":"⊑∘∊⊢)¨⊸/ "1 %"⊸∾¨ (3≤≠)◶0‿(('#'≠2⊸⊑)∧" "≡2⊸↑)¨⊸/ •LNS •path∾"testref.bqn" }⍟⊢(<"-ref")∊•args
+{𝕩: c ∾↩ (¬":"⊑∘∊⊢)¨⊸/ "1 %"⊸∾¨ (3≤≠)◶0‿(('#'≠2⊸⊑)∧" "≡2⊸↑)¨⊸/ •LNS •path∾"testref.bqn" }⍟⊢⊑(<"-ref")∊•args
M ← {e‿b: (⍎e)⊸≢◶""‿{(•UCS 10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩} DRun b}
r ← '%' M∘((+`-2⊸×)∘=⊔⊢)¨ c
• ← ("All "∾(⍕≠c)∾" passed!")⍟(0=≠) ∾r