diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-12 16:12:46 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-12 16:22:36 -0500 |
| commit | 9543711d3e87382aa8a90810b243754895af149b (patch) | |
| tree | 86c9e3267d95b9d7b546bb1f4d5a1c0d5294fd74 /test | |
| parent | 1b5b2eff12c8a3f7f21d6f50a698bea7c4e81e8e (diff) | |
Use Type instead of IsArray in the runtime
Diffstat (limited to 'test')
| -rwxr-xr-x | test/dz_comp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dz_comp b/test/dz_comp index 58cd2f0f..46dbf85a 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -8,8 +8,8 @@ nc‿rt‿prim ← "-nocomp"‿"-rt"‿"-prim" ∊ •args GetRT ← {𝕤: ⟨ref⟩ ← •Import "../src/pr.bqn" provide ← ⟨ - 0≠≡ # IsArray - ⊑⟨⟩⥊0⊸⥊ # Type + •Type # Type + ⊑⟨⟩⥊0⊸⥊ # GetFill ⋆⁼ # Log ≠¨⊔ # GroupLen ∾⊔∘⊢ # GroupOrd |
