Skip to content

Commit 0bf1ed1

Browse files
committed
C#/Java: Update model generator expected output.
1 parent ca4bd0c commit 0bf1ed1

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class NewSinks
2121
public static void Sink2(object o) => throw null;
2222

2323
// Defined as sink neutral in the file next to the neutral summary test.
24-
// MISSING NEUTRAL
24+
// neutral=Sinks;NewSinks;NoSink;(System.Object);summary;df-generated
2525
public static void NoSink(object o) => throw null;
2626

2727
// New sink

java/ql/test/utils/modelgenerator/dataflow/p/Sinks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void sink2(Object o) {}
2323

2424
// Defined as sink neutral file in the model file next to the
2525
// neutral test.
26-
// MISSING NEUTRAL.
26+
// neutral=p;Sinks;nosink;(Object);summary;df-generated
2727
public void nosink(Object o) {}
2828

2929
// sink=p;Sinks;true;copyFileToDirectory;(Path,Path,CopyOption[]);;Argument[0];path-injection;df-generated

0 commit comments

Comments
 (0)