mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
This commit is contained in:
@@ -45,7 +45,7 @@ GamePlayKitTests.test("GKEntity.componentForClass()") {
|
||||
expectEmpty(componentForOtherTestComponent_nil)
|
||||
}
|
||||
|
||||
entity.removeComponent(forClass: TestComponent.self)
|
||||
entity.removeComponent(for: TestComponent.self)
|
||||
entity.addComponent(OtherTestComponent())
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user