aboutsummaryrefslogtreecommitdiff
path: root/test/dz_comp
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-01 17:59:57 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-01 17:59:57 -0500
commitd85a2676ccc2bf9c386628b6da128ac5fd5862a2 (patch)
treef1445ef857837d092c3363b56b466d9eda98cf49 /test/dz_comp
parent5e2c76cf17cb0aae532e19ca2f93960882ef74cb (diff)
Replace •LNS with •FLines and •FChars
Diffstat (limited to 'test/dz_comp')
-rwxr-xr-xtest/dz_comp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dz_comp b/test/dz_comp
index 9f336b07..58cd2f0f 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -21,8 +21,8 @@ GetRT ← {𝕤:
Native ← {⍎𝕩}
exec ← (rt¬nc)◶⟨Native˙, DRun˙, {𝕩⊸DRun}∘GetRT⟩ @
-c ← ∾(•LNS ∾⟜"cases.bqn")¨""‿"b"
-{𝕩: c ∾↩ "1 %"⊸∾¨ (0<≠)◶0‿((¬":"⊑∘∊⊢)∧'#'≠⊑)¨⊸/ •LNS "prim.bqn" }⍟⊢ prim
+c ← ∾(•FLines ∾⟜"cases.bqn")¨""‿"b"
+{𝕩: c ∾↩ "1 %"⊸∾¨ (0<≠)◶0‿((¬":"⊑∘∊⊢)∧'#'≠⊑)¨⊸/ •FLines "prim.bqn" }⍟⊢ prim
M ← {e‿b:
Err ← {(@+10)∾˜""""∾b∾""": expected "∾e∾" but received "∾⍕𝕩}
(Native e) ≢◶""‿Err Exec b