Skip to content

Commit ffe34cb

Browse files
committed
Test result that was missing is now found
1 parent 9941e46 commit ffe34cb

File tree

1 file changed

+1
-1
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/ExternalFlow

1 file changed

+1
-1
lines changed

go/ql/test/library-tests/semmle/go/dataflow/ExternalFlow/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func simpleflow() {
123123
ch := make(chan string)
124124
ch <- a.Src1().(string)
125125
taint16 := test.StepArgCollectionContentRes(ch)
126-
b.Sink1(taint16) // $ MISSING: hasTaintFlow="taint16" // currently fails due to lack of post-update nodes after send statements
126+
b.Sink1(taint16) // $ hasTaintFlow="taint16" // currently fails due to lack of post-update nodes after send statements
127127

128128
c1 := test.C{""}
129129
c1.Set(a.Src1().(string))

0 commit comments

Comments
 (0)