Skip to content

Commit

Permalink
Added missing key to witness
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 22, 2023
1 parent 5b09d02 commit d894d2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class Witness(private val trace: Trace<WitnessNode, WitnessEdge>, programFile: F
attributes.add(
WitnessAttribute("returnFromFunction", "string", "edge", "returnFromFunction"))
attributes.add(WitnessAttribute("threadId", "string", "edge", "threadId"))
attributes.add(WitnessAttribute("createThread", "string", "edge", "createThread"))
attributes.add(WitnessAttribute("stmt", "string", "edge", "stmt"))
attributes.add(WitnessAttribute("cSource", "string", "edge", "cSource"))

Expand Down

0 comments on commit d894d2f

Please sign in to comment.