Skip to content

Commit e75ca32

Browse files
committed
Remove @testable from PublicTests
1 parent 45842f1 commit e75ca32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/ReflectionTests/PublicTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import XCTest
2-
@testable import Reflection
2+
import Reflection
33

44
struct Person : Equatable {
55
var firstName: String
@@ -193,6 +193,7 @@ extension PublicTests {
193193
("testValueForKeyOfInstance", testValueForKeyOfInstance),
194194
("testValueIs", testValueIs),
195195
("testMemoryProperties", testMemoryProperties),
196+
("testCString", testCString)
196197
]
197198
}
198199
}

0 commit comments

Comments
 (0)