aboutsummaryrefslogtreecommitdiff
path: root/test/dz_comp
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-14 20:10:06 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-14 20:10:06 -0500
commit5157ac6cb4518c152a2124c73241dc62cf19e59b (patch)
tree3bbf7aea8dfe0f6029c3e4fef374cdb902cf23d2 /test/dz_comp
parentf686f1198b038dfda906406f5d30601f7f0318b4 (diff)
Use 𝕊 instead of a header in prim.bqn
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 67fef043..c415bdf8 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -26,7 +26,7 @@ Native ← {⍎𝕩}
exec ← (rt¬nc)◶⟨Native˙, DRun˙, {𝕩⊸DRun}∘GetRT⟩ @
c ← ∾(•FLines ∾⟜"cases.bqn")¨""‿"b"
-{𝕩: c ∾↩ "1 %"⊸∾¨ (0<≠)◶0‿((¬":"⊑∘∊⊢)∧'#'≠⊑)¨⊸/ •FLines "prim.bqn" }⍟⊢ prim
+{𝕩: c ∾↩ "1 %"⊸∾¨ (0<≠)◶0‿('#'≠⊑)¨⊸/ •FLines "prim.bqn" }⍟⊢ prim
M ← {e‿b:
Err ← {(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩}
(Native e) ≢◶""‿Err Exec b