aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/dt.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/dt.js b/test/dt.js
index 86f10357..49636a66 100755
--- a/test/dt.js
+++ b/test/dt.js
@@ -9,9 +9,8 @@ const t=load('cases.bqn').split('\n').filter(x=>x).map(x=>x.split(' % '))
, expt=t.map(e=>+e[0])
var compiler = execFile(
- __dirname+'/../spec/dzref',
- [ __dirname+'/../dc.bqn',
- '{•←Compile𝕩}¨⟨'+test+'⟩' ],
+ __dirname+'/../dcshim.bqn',
+ [ '{•←Compile𝕩}¨⟨'+test+'⟩' ],
function (error, stdout, stderr) {
const rslt=stdout.split('\n').filter(a=>a.length)
.map(a=>runWasm(a.split("‿").map(n=>+n)))