aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-30 20:04:19 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-30 20:04:19 -0500
commit5ecf5494573e7c4f554329646edf072e2bd6cb7c (patch)
treec97b1252906534567962b0a3b281c26124de15d7 /test
parent52db22e034835e59a17aa736b67d22fe9d81465b (diff)
Fix dz_comp (orphaned variable in last commit)
Diffstat (limited to 'test')
-rwxr-xr-xtest/dz_comp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dz_comp b/test/dz_comp
index 2e4e6ffb..6bb8fb3c 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -4,8 +4,9 @@ nc‿rt ← "-nocomp"‿"-rt" ∊ •args
files ← "simple"‿"syntax"‿"prim"⍟(0=≠) ('-'≠⊑)¨⊸/ •args
"Can't test runtime without the compiler!" ! ¬nc∧rt
+Native ← {⍎𝕩}
exec ← (rt¬nc)◶⟨
- {⍎𝕩}˙ # Native
+ Native˙ # Native
{𝕤⋄ ⟨DRun⟩←•Import "../dc.bqn" ⋄ DRun} # Compiled; native runtime
{𝕤⋄ •Import"../bqn.bqn"} # Self-hosted
⟩ @