aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-05 22:17:48 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-05 22:17:48 -0400
commit6bb849d6cfc00791acb72017ac0e7f7dea7bdc08 (patch)
treea61dcbc94a73a2842e492e46dc3b89211808ca70 /test
parentf8e364460bd05dbd3e6db9d36166ef2b16745b66 (diff)
Align self-hosted compiler with dzaima/BQN one, except for UTF-16 hacks
Diffstat (limited to 'test')
-rwxr-xr-xtest/t.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t.js b/test/t.js
index 05ee2004..c11bcc01 100755
--- a/test/t.js
+++ b/test/t.js
@@ -11,7 +11,7 @@ const t=load('cases.bqn').split('\n').filter(x=>x).map(x=>x.split(' % '))
var compiler = execFile(
__dirname+'/../cshim.bqn',
- [ '{•←Compile𝕩}¨⟨'+test+'⟩' ],
+ [ '{•←WCompile𝕩}¨⟨'+test+'⟩' ],
function (error, stdout, stderr) {
const rslt=stdout.split('\n').filter(a=>a.length)
.map(a=>runWasm(a.split("‿").map(n=>+n)))