aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-06 10:40:34 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-06 11:15:24 -0400
commite06c27a80fb69dccfaba1f41c6ae26441f0a3adb (patch)
treee7289fbe76e05f64cab9d9e16d115bbfeaec90d7 /test
parent95e8cc599f9556d5758b44b491c1e00320a723be (diff)
Stop using dzref for wc.bqn
Diffstat (limited to 'test')
-rwxr-xr-xtest/dz_wasm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dz_wasm.js b/test/dz_wasm.js
index 9fcdbdde..326cb16c 100755
--- a/test/dz_wasm.js
+++ b/test/dz_wasm.js
@@ -10,7 +10,7 @@ const t=load('cases/simple.bqn').split('\n').filter(x=>x).map(x=>x.split(' % '))
, expt=t.map(e=>+e[0])
var compiler = execFile(
- __dirname+'/../wcshim.bqn',
+ __dirname+'/../wc.bqn',
[ '{•←WCompile𝕩}¨⟨'+test+'⟩' ],
function (error, stdout, stderr) {
const rslt=stdout.split('\n').filter(a=>a.length)