Skip to content

Commit 1a8857d

Browse files
committed
Create problematic additional file in integration test
1 parent de1134a commit 1a8857d

File tree

1 file changed

+5
-0
lines changed
  • csharp/ql/integration-tests/linux-only/standalone_dependencies_non_utf8_filename

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
from create_database_utils import *
22

3+
path = b'\xd2abcd.cs'
4+
5+
with open(path, 'w') as file:
6+
file.write('class X { }\n')
7+
38
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])

0 commit comments

Comments
 (0)