diff --git a/go/ql/test/library-tests/semmle/go/dataflow/SSA/CONSISTENCY/DataFlowConsistency.expected b/go/ql/test/library-tests/semmle/go/dataflow/SSA/CONSISTENCY/DataFlowConsistency.expected index b435a5fa62d..3870f4b071b 100644 --- a/go/ql/test/library-tests/semmle/go/dataflow/SSA/CONSISTENCY/DataFlowConsistency.expected +++ b/go/ql/test/library-tests/semmle/go/dataflow/SSA/CONSISTENCY/DataFlowConsistency.expected @@ -1,3 +1,5 @@ reverseRead | main.go:97:2:97:8 | wrapper | Origin of readStep is missing a PostUpdateNode. | -| main.go:117:2:117:2 | p | Origin of readStep is missing a PostUpdateNode. | +| main.go:105:2:105:8 | wrapper | Origin of readStep is missing a PostUpdateNode. | +| main.go:114:2:114:8 | wrapper | Origin of readStep is missing a PostUpdateNode. | +| main.go:135:2:135:2 | p | Origin of readStep is missing a PostUpdateNode. |