Skip to content

Commit 4ded5b8

Browse files
authored
Merge pull request #22329 from github/navntoft/fix-swift-frontend-invocations-integration-test
Swift: Fix self-compare in frontend-invocations test
2 parents 38726fd + 82543e7 commit 4ded5b8

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)