Files
codeql/ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/test.py

8 lines
191 B
Python

import os
from create_database_utils import *
from diagnostics_test_utils import *
run_codeql_database_create([], lang="ruby", runFunction = runSuccessfully, db = None)
check_diagnostics()