mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
6 lines
180 B
Python
6 lines
180 B
Python
from create_database_utils import *
|
|
from diagnostics_test_utils import *
|
|
|
|
run_codeql_database_create([], db=None, lang="csharp", runFunction=runUnsuccessfully)
|
|
check_diagnostics()
|