Skip to content

Commit 0b24235

Browse files
committed
Update test results
1 parent 9afdee4 commit 0b24235

File tree

1 file changed

+4
-4
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/ExternalFlowInheritance

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ func TestI2(t test.I2) {
1919
func TestS1(t test.S1) {
2020
x := t.Source()
2121
y := t.Step(x)
22-
t.Sink(y) // $ I1[t] S1[f] S1[t] ql_S1 SPURIOUS: IEmbedI1[t] SEmbedI1[t]
22+
t.Sink(y) // $ I1[t] S1[f] S1[t] ql_S1 SPURIOUS: IEmbedI1[t] SEmbedI1[t] SEmbedS1[t]
2323
}
2424

2525
func TestS2(t test.S2) {
2626
x := t.Source()
2727
y := t.Step(x)
28-
t.Sink(y) // $ I1[t] I2[t] SPURIOUS: IEmbedI1[t] IEmbedI2[t] SEmbedI1[t] SEmbedI2[t]
28+
t.Sink(y) // $ I1[t] I2[t] SPURIOUS: IEmbedI1[t] IEmbedI2[t] SEmbedI1[t] SEmbedI2[t] SEmbedS2[t]
2929
}
3030

3131
func TestSEmbedI1(t test.SEmbedI1) {
@@ -67,13 +67,13 @@ func TestSImplEmbedI2(t test.SImplEmbedI2) {
6767
func TestSEmbedS1(t test.SEmbedS1) {
6868
x := t.Source()
6969
y := t.Step(x)
70-
t.Sink(y) // $ I1[t] S1[t] ql_S1 SPURIOUS: IEmbedI1[t] S1[f] SEmbedI1[t]
70+
t.Sink(y) // $ I1[t] S1[t] SEmbedS1[t] ql_S1 SPURIOUS: IEmbedI1[t] S1[f] SEmbedI1[t]
7171
}
7272

7373
func TestSEmbedS2(t test.SEmbedS2) {
7474
x := t.Source()
7575
y := t.Step(x)
76-
t.Sink(y) // $ I1[t] I2[t] SPURIOUS: IEmbedI1[t] IEmbedI2[t] SEmbedI1[t] SEmbedI2[t]
76+
t.Sink(y) // $ I1[t] I2[t] SEmbedS2[t] SPURIOUS: IEmbedI1[t] IEmbedI2[t] SEmbedI1[t] SEmbedI2[t]
7777
}
7878

7979
func TestSImplEmbedS1(t test.SImplEmbedS1) {

0 commit comments

Comments
 (0)