Skip to content

Commit 056aa80

Browse files
committed
Common.Gen.cs: fixed silly modification while testing
1 parent a835dbf commit 056aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dotnet/Common/Common.Gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public override void MarshalToManaged(MarshalContext ctx, GeneratorKind kind)
2222

2323
public override void MarshalToNative(MarshalContext ctx, GeneratorKind kind)
2424
{
25-
ctx.Return.Write("::TypeMappedIndex1()");
25+
ctx.Return.Write("::TypeMappedIndex()");
2626
}
2727
}
2828

0 commit comments

Comments
 (0)