Skip to content

Commit 0d0c943

Browse files
committed
Adjust test expectations
1 parent 2d5cbfd commit 0d0c943

File tree

1 file changed

+19
-19
lines changed
  • go/ql/test/library-tests/semmle/go/aliases/InterfaceImpls

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
callTargets
2-
| test.go:18:70:18:83 | call to sink | test.go:13:1:13:45 | function declaration | sink |
3-
| test.go:23:65:23:78 | call to sink | test.go:13:1:13:45 | function declaration | sink |
4-
| test.go:30:54:30:67 | call to sink | test.go:13:1:13:45 | function declaration | sink |
5-
| test.go:37:60:37:73 | call to sink | test.go:13:1:13:45 | function declaration | sink |
6-
| test.go:44:72:44:85 | call to sink | test.go:13:1:13:45 | function declaration | sink |
7-
| test.go:51:70:51:83 | call to sink | test.go:13:1:13:45 | function declaration | sink |
8-
| test.go:54:14:54:21 | call to source | test.go:12:1:12:57 | function declaration | source |
9-
| test.go:55:2:55:29 | call to ImplementMe | test.go:18:1:18:85 | function declaration | ImplementMe |
10-
| test.go:55:2:55:29 | call to ImplementMe | test.go:23:1:23:80 | function declaration | ImplementMe |
11-
| test.go:55:2:55:29 | call to ImplementMe | test.go:30:1:30:69 | function declaration | ImplementMe |
12-
| test.go:55:2:55:29 | call to ImplementMe | test.go:37:1:37:75 | function declaration | ImplementMe |
13-
| test.go:55:2:55:29 | call to ImplementMe | test.go:44:1:44:87 | function declaration | ImplementMe |
14-
| test.go:55:2:55:29 | call to ImplementMe | test.go:51:1:51:85 | function declaration | ImplementMe |
2+
| test.go:20:70:20:83 | call to sink | test.go:15:1:15:45 | function declaration | sink |
3+
| test.go:25:65:25:78 | call to sink | test.go:15:1:15:45 | function declaration | sink |
4+
| test.go:32:54:32:67 | call to sink | test.go:15:1:15:45 | function declaration | sink |
5+
| test.go:39:60:39:73 | call to sink | test.go:15:1:15:45 | function declaration | sink |
6+
| test.go:46:72:46:85 | call to sink | test.go:15:1:15:45 | function declaration | sink |
7+
| test.go:53:70:53:83 | call to sink | test.go:15:1:15:45 | function declaration | sink |
8+
| test.go:56:14:56:21 | call to source | test.go:14:1:14:57 | function declaration | source |
9+
| test.go:57:2:57:29 | call to ImplementMe | test.go:20:1:20:85 | function declaration | ImplementMe |
10+
| test.go:57:2:57:29 | call to ImplementMe | test.go:25:1:25:80 | function declaration | ImplementMe |
11+
| test.go:57:2:57:29 | call to ImplementMe | test.go:32:1:32:69 | function declaration | ImplementMe |
12+
| test.go:57:2:57:29 | call to ImplementMe | test.go:39:1:39:75 | function declaration | ImplementMe |
13+
| test.go:57:2:57:29 | call to ImplementMe | test.go:46:1:46:87 | function declaration | ImplementMe |
14+
| test.go:57:2:57:29 | call to ImplementMe | test.go:53:1:53:85 | function declaration | ImplementMe |
1515
#select
1616
| file://:0:0:0:0 | basic interface type | file://:0:0:0:0 | basic interface type |
17-
| file://:0:0:0:0 | basic interface type | test.go:16:6:16:10 | Impl1 |
18-
| file://:0:0:0:0 | basic interface type | test.go:21:6:21:10 | Impl2 |
19-
| file://:0:0:0:0 | basic interface type | test.go:26:6:26:10 | Impl3 |
20-
| file://:0:0:0:0 | basic interface type | test.go:33:6:33:10 | Impl4 |
21-
| file://:0:0:0:0 | basic interface type | test.go:40:6:40:10 | Impl5 |
22-
| file://:0:0:0:0 | basic interface type | test.go:47:6:47:10 | Impl6 |
17+
| file://:0:0:0:0 | basic interface type | test.go:18:6:18:10 | Impl1 |
18+
| file://:0:0:0:0 | basic interface type | test.go:23:6:23:10 | Impl2 |
19+
| file://:0:0:0:0 | basic interface type | test.go:28:6:28:10 | Impl3 |
20+
| file://:0:0:0:0 | basic interface type | test.go:35:6:35:10 | Impl4 |
21+
| file://:0:0:0:0 | basic interface type | test.go:42:6:42:10 | Impl5 |
22+
| file://:0:0:0:0 | basic interface type | test.go:49:6:49:10 | Impl6 |

0 commit comments

Comments
 (0)