aboutsummaryrefslogtreecommitdiff
path: root/test/cases
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-13 18:29:09 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-13 18:29:12 -0400
commit8fadd33ba6ce06ac1cd8d119f4bbf39c1634420e (patch)
treeab2489b58a04263aa994dbcbfc5b4740c2cfba61 /test/cases
parent7e86736d2b312324658c496a85f8b517569c3cb4 (diff)
Update VM docs with fused merged-array instructions
Diffstat (limited to 'test/cases')
-rw-r--r--test/cases/bytecode.bqn2
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