Skip to content

Commit de9e885

Browse files
authored
Merge pull request #9759 from github/alexdenisov/fix-test-file
Swift: fix test case
2 parents 48d8540 + 5d5f3f8 commit de9e885

File tree

1 file changed

+1
-1
lines changed
  • swift/ql/test/extractor-tests/generated/type/InOutType

1 file changed

+1
-1
lines changed

swift/ql/test/extractor-tests/generated/type/InOutType/in_out.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ struct S {
88
mutating func bar() {}
99
}
1010

11-
var s: S
11+
var s: S = S()
1212
s.bar()

0 commit comments

Comments
 (0)