Skip to content

Commit 7f5e973

Browse files
committed
Accept fixed test result
1 parent 5a09b15 commit 7f5e973

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func simpleflow() {
158158
ch := make(chan string)
159159
ch <- a.Src1().(string)
160160
taint16 := test.StepArgCollectionContentRes(ch)
161-
b.Sink1(taint16) // $ MISSING: hasValueFlow="taint16" // currently fails due to lack of post-update nodes after send statements
161+
b.Sink1(taint16) // $ hasValueFlow="taint16"
162162

163163
c1 := test.C{""}
164164
c1.Set(a.Src1().(string))

0 commit comments

Comments
 (0)