Skip to content

Commit aa962f9

Browse files
committed
Java: Update expected output of model generation.
1 parent 1185e28 commit aa962f9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public void compoundPropgate(Sinks s) {
6666
}
6767

6868
// Not a new sink because a simple type is used in an intermediate step
69-
// SPURIOUS-sink=p;Sinks;true;wrapSinkSimpleType;(String);;Argument[0];test-sink;df-generated
7069
// neutral=p;Sinks;wrapSinkSimpleType;(String);summary;df-generated
7170
public void wrapSinkSimpleType(String s) {
7271
Boolean b = s == "hello";

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public void sourceToParameter(InputStream[] streams, List<InputStream> otherStre
4545
}
4646

4747
// Not a new source because a simple type is used in an intermediate step
48-
// SPURIOUS-source=p;Sources;true;wrapSourceGetBool;();;ReturnValue;test-source;df-generated
4948
// neutral=p;Sources;wrapSourceGetBool;();summary;df-generated
5049
public Boolean wrapSourceGetBool() {
5150
String s = source();

0 commit comments

Comments
 (0)