diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-05 22:17:48 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-05 22:17:48 -0400 |
| commit | 6bb849d6cfc00791acb72017ac0e7f7dea7bdc08 (patch) | |
| tree | a61dcbc94a73a2842e492e46dc3b89211808ca70 /test | |
| parent | f8e364460bd05dbd3e6db9d36166ef2b16745b66 (diff) | |
Align self-hosted compiler with dzaima/BQN one, except for UTF-16 hacks
Diffstat (limited to 'test')
| -rwxr-xr-x | test/t.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |
