Update bytecode text tests in JVM_IR
This commit is contained in:
@@ -17,5 +17,11 @@ fun infiniteLoop() {
|
||||
while(true) {}
|
||||
}
|
||||
|
||||
// JVM_TEMPLATES
|
||||
// 2 GOTO L7
|
||||
// 1 GOTO L1
|
||||
// 1 GOTO L1
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 GOTO L6
|
||||
// 1 GOTO L7
|
||||
// 1 GOtO L0
|
||||
Reference in New Issue
Block a user