Skip to content

Commit 09abf1b

Browse files
committed
Fixes OLLIR file in CPF Jasmin test, section3_ControlFlow_Inverted
1 parent 03bb8df commit 09abf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pt/up/fe/comp/cpf/4_jasmin/control_flow/SimpleControlFlow.ollir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ioPlus;
22
SimpleControlFlow {
33
.construct SimpleControlFlow().V {
4-
invokespecial(this, "").V;
4+
invokespecial(this, "init").V;
55
}
66

77
.method public static main(args.array.String).V {

0 commit comments

Comments
 (0)