Skip to content

Commit

Permalink
C#/Java: Update model generation expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Aug 14, 2024
1 parent f0817dc commit eaf4f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/ql/test/utils/modelgenerator/dataflow/Sinks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class NewSinks
public static void NoSink(object o) => throw null;

// Sink and Source defined in the extensible file next to the sink test.
// MISSING SINK
// sink=Sinks;NewSinks;false;SaveAndGet;(System.Object);;Argument[0];test-sink;df-generated
// neutral=Sinks;NewSinks;SaveAndGet;(System.Object);summary;df-generated
public static object SaveAndGet(object o)
{
Expand Down
2 changes: 1 addition & 1 deletion java/ql/test/utils/modelgenerator/dataflow/p/Sinks.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void sink2(Object o) {}
public void nosink(Object o) {}

// Sink and Source defined in the extensible file next to the sink test.
// MISSING SINK
// sink=p;Sinks;true;saveAndGet;(Object);;Argument[0];test-sink;df-generated
// neutral=p;Sinks;saveAndGet;(Object);summary;df-generated
public Object saveAndGet(Object o) {
sink(o);
Expand Down

0 comments on commit eaf4f5e

Please sign in to comment.