Skip to content

Commit 435a796

Browse files
Marcel Hlopkogribozavr
andauthored
Update test/Interop/Cxx/templates/class-template-instantiation-existing-specialization.swift
Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent 22e8eda commit 435a796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/templates/class-template-instantiation-existing-specialization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var TemplatesTestSuite = TestSuite("TemplatesTestSuite")
1010

1111
// This test covers the case where Clang has to create specialization eagerly
1212
// because the code in the header forces it to. Swift has to reuse this
13-
// specialization, it must not create it's own.
13+
// specialization, it must not create its own.
1414
TemplatesTestSuite.test("existing-specialization") {
1515
let myInt = IntWrapper(value: 18)
1616
var magicInt = MagicWrapper<IntWrapper>(t: myInt)

0 commit comments

Comments
 (0)