From 5ecf5494573e7c4f554329646edf072e2bd6cb7c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 30 Jan 2021 20:04:19 -0500 Subject: Fix dz_comp (orphaned variable in last commit) --- test/dz_comp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 ⟩ @ -- cgit v1.2.3