Skip to content

Commit

Permalink
Merge pull request #914 from ezephir/linux-test-runtime
Browse files Browse the repository at this point in the history
[StdLib] Re-add runAllTests call to Runtime tests
  • Loading branch information
gribozavr committed Jan 8, 2016
2 parents 1b88571 + 55aa681 commit ea1d9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/1_stdlib/RuntimeObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,10 @@ ObjCConformsToProtocolTestSuite.test("cast/instance") {
expectTrue(SomeClass() is SomeObjCProto)
expectTrue(SomeSubclass() is SomeObjCProto)
}

ObjCConformsToProtocolTestSuite.test("cast/metatype") {
expectTrue(SomeClass.self is SomeObjCProto.Type)
expectTrue(SomeSubclass.self is SomeObjCProto.Type)
}

runAllTests()

0 comments on commit ea1d9df

Please sign in to comment.