Files
codeql/csharp/ql/integration-tests/windows-only/diag_autobuild_script/test.py
2023-02-24 13:49:06 +00:00

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()