diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/cases/bytecode.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/bytecode.bqn b/test/cases/bytecode.bqn index de3a21bb..a1b31e6f 100644 --- a/test/cases/bytecode.bqn +++ b/test/cases/bytecode.bqn @@ -15,7 +15,7 @@ 2 % aโ2โ3 A 4 # 17 FN2C 6 % {๐ฉ}6 # 1 DFND 3 % Aโ{๐จ}โ3 A 4 # dyadic block function -7 % aโฟbโ7โฟ2โa # 11 ARRO, 12 ARRM +7 % aโฟbโ7โฟ2โa # 11 LSTO, 12 LSTM 2 % ยทโฟbโ7โฟ2โb # 36 NOTM 2 % 0{๐จ๐1}2 # 19 FN2O (doesn't test call type) 5 % {({๐จ}๐จ)๐๐ฉ}5 # 18 FN1O not called |
