Skip to content

Commit 592e06f

Browse files
committed
fix constructor test
1 parent 8fa2cfc commit 592e06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/fr/inria/spirals/npefix/transformer/processors/ConstructorEncapsulationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void test() {
2222
CtConstructor constructor = fooTernary.getConstructor();
2323
assertEquals("public Foo() {\n"
2424
+ " super();\n"
25-
+ " fr.inria.spirals.npefix.resi.context.MethodContext _bcornu_methode_context1 = new fr.inria.spirals.npefix.resi.context.MethodContext(null);\n"
25+
+ " fr.inria.spirals.npefix.resi.context.ConstructorContext _bcornu_methode_context1 = new fr.inria.spirals.npefix.resi.context.ConstructorContext(Foo.class, 9, 167, 247);\n"
2626
+ " try {\n"
2727
+ " field = null;\n"
2828
+ " array = null;\n"

0 commit comments

Comments
 (0)