We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1d322 commit 0aaa7d0Copy full SHA for 0aaa7d0
1 file changed
go/ql/integration-tests/root-internal-tests/test.expected
@@ -1,7 +1,7 @@
1
#select
2
-| src/main_test.go:0:0:0:0 | src/main_test.go |
3
-| src/nested/nested_test.go:0:0:0:0 | src/nested/nested_test.go |
+| main_test.go |
+| nested/nested_test.go |
4
testFunctions
5
-| TestNestedFunc | src/nested/nested_test.go |
6
-| TestPrivateFunc | src/main_test.go |
7
-| TestPublicFunc | src/main_test.go |
+| TestNestedFunc | nested/nested_test.go |
+| TestPrivateFunc | main_test.go |
+| TestPublicFunc | main_test.go |
0 commit comments