Skip to content

Commit 82543e7

Browse files
committed
Swift: Fix expected_files self-compare in frontend-invocations test
1 parent 91eb992 commit 82543e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • swift/ql/integration-tests/posix/frontend-invocations

swift/ql/integration-tests/posix/frontend-invocations/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def test(codeql, swift, expected_files):
2121
hashes.sort()
2222
for module, hash in hashes:
2323
print(module, hash, file=actual)
24-
expected_files.add("hashes.expected")
24+
expected_files.add("hashes.actual")

0 commit comments

Comments
 (0)