Skip to content

Commit 28bf31b

Browse files
committed
Manually add these opcodes to the test
1 parent 23985aa commit 28bf31b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/docs/opcodes.t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ for @jvm_lines -> $line {
2121
%jvm_ops{$line} := 1;
2222
}
2323

24+
# These are harder to tease out of the definitions in java, so add them manually
25+
for <if unless while until repeat_while repeat_until> -> $op_name {
26+
%jvm_ops{$op_name} := 1;
27+
}
28+
2429
# All the jvm ops must be documented
2530

2631
for %jvm_ops -> $jvm_op {

0 commit comments

Comments
 (0)