aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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)