We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45842f1 commit e75ca32Copy full SHA for e75ca32
1 file changed
Tests/ReflectionTests/PublicTests.swift
@@ -1,5 +1,5 @@
1
import XCTest
2
-@testable import Reflection
+import Reflection
3
4
struct Person : Equatable {
5
var firstName: String
@@ -193,6 +193,7 @@ extension PublicTests {
193
("testValueForKeyOfInstance", testValueForKeyOfInstance),
194
("testValueIs", testValueIs),
195
("testMemoryProperties", testMemoryProperties),
196
+ ("testCString", testCString)
197
]
198
}
199
0 commit comments