Skip to content

Commit 4c4549a

Browse files
committed
handle moar opcodes same as jvm/parrot
1 parent da931e2 commit 4c4549a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/docs/opcodes.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ for @mvm_lines -> $line {
9595
# All the mvm ops must be documented
9696

9797
for %mvm_ops -> $mvm_op {
98-
ok(%documented_ops{$mvm_op}, "MOAR op '$mvm_op' is documented");
98+
ok(%documented_ops<moar>{$mvm_op}, "MOAR op '$mvm_op' is documented");
9999
}
100100

101-
for %documented_ops -> $doc_op {
101+
for %documented_ops<moar> -> $doc_op {
102102
ok(%mvm_ops{$doc_op}, "documented op '$doc_op' exists in MOAR");
103103
}

0 commit comments

Comments
 (0)