Skip to content

Commit afc6733

Browse files
committed
Go: Move integration test sources to subdirectories
1 parent b7a7963 commit afc6733

File tree

91 files changed

+27
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+27
-27
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#select
2+
| src/test.go:0:0:0:0 | src/test.go |
3+
| src/todel.go:0:0:0:0 | src/todel.go |
14
htmlFiles
25
extractionErrors
36
| Extraction failed in test.go with error \tother declaration of test | 2 |
47
| Extraction failed in todel.go with error test redeclared in this block | 2 |
5-
#select
6-
| test.go:0:0:0:0 | test.go |
7-
| todel.go:0:0:0:0 | todel.go |

go/ql/integration-tests/all-platforms/go/bazel-sample-1/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from create_database_utils import *
44
from diagnostics_test_utils import *
55

6-
run_codeql_database_create([], lang="go")
6+
run_codeql_database_create([], lang="go", source="src")
77

88
check_diagnostics()

0 commit comments

Comments
 (0)