Skip to content

Commit

Permalink
Java: Update model generator expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Oct 11, 2024
1 parent b9bfef6 commit da133bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/ql/test/utils/modelgenerator/dataflow/p/MultiPaths.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ public String cond(String x, String other) {
return x;
}

// summary=p;MultiPaths;true;clone;();;Argument[this];ReturnValue;value;df-generated
// contentbased-summary=p;MultiPaths;true;clone;();;Argument[this];ReturnValue;value;dfc-generated
// No summary for the clone method as it is explicitly handled by the dataflow library.
@Override
public Object clone() {
return this;
Expand Down

0 comments on commit da133bd

Please sign in to comment.