Skip to content

Commit 4b62cb6

Browse files
committed
C#: Update expected test output.
1 parent 0bbf131 commit 4b62cb6

File tree

1 file changed

+2
-0
lines changed
  • csharp/ql/test/utils/modelgenerator/dataflow

1 file changed

+2
-0
lines changed

csharp/ql/test/utils/modelgenerator/dataflow/Sinks.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ public void WrapPropPrivateSetResponseWriteFile()
8282

8383
public class CompoundSinks
8484
{
85+
// neutral=Sinks;CompoundSinks;WrapNewSinkProp;(Sinks.NewSinks);summary;df-generated
8586
public void WrapNewSinkProp(NewSinks ns)
8687
{
8788
ns.WrapPropResponseWriteFile();
8889
}
8990

91+
// neutral=Sinks;CompoundSinks;WrapNewSinkField;(Sinks.NewSinks);summary;df-generated
9092
public void WrapNewSinkField(NewSinks ns)
9193
{
9294
ns.WrapFieldResponseWriteFile();

0 commit comments

Comments
 (0)