From 6bb849d6cfc00791acb72017ac0e7f7dea7bdc08 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 5 Sep 2020 22:17:48 -0400 Subject: Align self-hosted compiler with dzaima/BQN one, except for UTF-16 hacks --- test/t.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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))) -- cgit v1.2.3