Skip to content

Commit 9e781c2

Browse files
committed
Accept go test result changes
1 parent 9334e5a commit 9e781c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

go/ql/test/library-tests/semmle/go/dataflow/ExternalTaintFlow/srcs.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ invalidModelRow
33
| test.go:39:8:39:15 | call to Src1 | qltest |
44
| test.go:40:8:40:15 | call to Src2 | qltest |
55
| test.go:40:8:40:15 | call to Src2 | qltest-w-subtypes |
6+
| test.go:41:8:41:16 | call to Src2 | qltest |
67
| test.go:41:8:41:16 | call to Src2 | qltest-w-subtypes |
78
| test.go:42:2:42:21 | ... = ...[0] | qltest |
89
| test.go:42:2:42:21 | ... = ...[1] | qltest-w-subtypes |
10+
| test.go:43:2:43:22 | ... = ...[0] | qltest |
911
| test.go:43:2:43:22 | ... = ...[1] | qltest-w-subtypes |
1012
| test.go:44:11:44:13 | arg [postupdate] | qltest-arg |
1113
| test.go:59:9:59:16 | call to Src1 | qltest |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ invalidModelRow
33
| test.go:39:8:39:15 | call to Src1 | qltest |
44
| test.go:40:8:40:15 | call to Src2 | qltest |
55
| test.go:40:8:40:15 | call to Src2 | qltest-w-subtypes |
6+
| test.go:41:8:41:16 | call to Src2 | qltest |
67
| test.go:41:8:41:16 | call to Src2 | qltest-w-subtypes |
78
| test.go:42:2:42:21 | ... = ...[0] | qltest |
89
| test.go:42:2:42:21 | ... = ...[1] | qltest-w-subtypes |
10+
| test.go:43:2:43:22 | ... = ...[0] | qltest |
911
| test.go:43:2:43:22 | ... = ...[1] | qltest-w-subtypes |
1012
| test.go:44:11:44:13 | arg [postupdate] | qltest-arg |
1113
| test.go:59:9:59:16 | call to Src1 | qltest |

0 commit comments

Comments
 (0)