Skip to content

Commit 046e517

Browse files
committed
Remove unnecessary import
1 parent 81d4149 commit 046e517

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

go/ql/test/library-tests/semmle/go/dataflow/InterProceduralDataFlow/Test.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
failures
2-
#select
31
| destructuring.go:6:13:6:21 | "tainted" | destructuring.go:20:11:20:12 | s1 |
42
| destructuring.go:6:13:6:21 | "tainted" | destructuring.go:27:11:27:12 | s1 |
53
| destructuring.go:11:13:11:26 | "also tainted" | destructuring.go:34:11:34:12 | s3 |

go/ql/test/library-tests/semmle/go/dataflow/InterProceduralDataFlow/Test.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import go
2-
import TestUtilities.InlineFlowTest
32

43
module Config implements DataFlow::ConfigSig {
54
predicate isSource(DataFlow::Node nd) {

0 commit comments

Comments
 (0)