Files
codeql/csharp/ql/integration-tests/all-platforms/diag_dotnet_incompatible/test.py
2023-03-03 13:05:26 +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()