diff --git a/Tests/ReflectionTests/PublicTests.swift b/Tests/ReflectionTests/PublicTests.swift index 6371f84..899410e 100644 --- a/Tests/ReflectionTests/PublicTests.swift +++ b/Tests/ReflectionTests/PublicTests.swift @@ -1,5 +1,5 @@ import XCTest -@testable import Reflection +import Reflection struct Person : Equatable { var firstName: String @@ -193,6 +193,7 @@ extension PublicTests { ("testValueForKeyOfInstance", testValueForKeyOfInstance), ("testValueIs", testValueIs), ("testMemoryProperties", testMemoryProperties), + ("testCString", testCString) ] } }