Skip to content

Commit

Permalink
Remove @testable from PublicTests
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhilton committed Oct 28, 2016
1 parent 45842f1 commit e75ca32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ReflectionTests/PublicTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import XCTest
@testable import Reflection
import Reflection

struct Person : Equatable {
var firstName: String
Expand Down Expand Up @@ -193,6 +193,7 @@ extension PublicTests {
("testValueForKeyOfInstance", testValueForKeyOfInstance),
("testValueIs", testValueIs),
("testMemoryProperties", testMemoryProperties),
("testCString", testCString)
]
}
}

0 comments on commit e75ca32

Please sign in to comment.