aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/dz_comp2
-rw-r--r--test/ref.bqn2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/dz_comp b/test/dz_comp
index a9cfd531..54456093 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -4,7 +4,7 @@ nc‿rt‿ref ← "-nocomp"‿"-rt"‿"-ref" ∊ •args
files ← "simple"‿"syntax"‿"prim"⍟(0=≠) ('-'≠⊑)¨⊸/ •args
"Can't test runtime without the compiler!" ! ¬nc∧rt∨ref
-Native ← {⍎𝕩}
+Native ← •BQN
exec ← ((rt⌈2×ref)¬nc)◶⟨
Native˙ # Native
{𝕤⋄ ⟨DRun⟩←•Import "../dc.bqn" ⋄ DRun} # Compiled; native runtime
diff --git a/test/ref.bqn b/test/ref.bqn
index 50ad65f9..b63ef023 100644
--- a/test/ref.bqn
+++ b/test/ref.bqn
@@ -31,6 +31,6 @@ GetRepls ← {
⟨E_proc⟩ ← chrs‿GetRepls •Import "../src/pp.bqn"
rslt ← "⟨"∾"⟩"«∾","⊸∾¨∾chrs # Output all primitives
-rt ← {⍎𝕩} ∾∾⟜(@+10)¨ pre ∾ order∾⟜≠⊸⊏E_proc¨ defs∾<rslt
+rt ← •BQN ∾∾⟜(@+10)¨ pre ∾ order∾⟜≠⊸⊏E_proc¨ defs∾<rslt
⟨DRun,DCompile⟩ ← •Import "../dc.bqn"
rt⊸DRun