File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/tensorflow/test/Interpreter/SDK Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-04-25-a: 22f738a831d43aff2b9c9773bcb65
816
816
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-05-08-a: 7d98cc16689baba5c8a3b90a9329bdcc1a12b4e9
817
817
refs/heads/cherr42: a566ad54b073c2c56ac0a705d0a5bed9743135a5
818
818
"refs/heads/codable_test_comment_fix": fc8f6824f7f347e1e8db55bff62db385c5728b5a
819
- refs/heads/tensorflow: 9536eff2d6e8d7c09ae5e2a636fd675d517eb602
819
+ refs/heads/tensorflow: 7c8641c49760d73d1c0eea9476b5ffd204c27c1c
820
820
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-11-a: 8126fd7a652e2f70ad6d76505239e34fb2ef3e1a
821
821
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-12-a: b3fd3dd84df6717f2e2e9df58c6d7e99fed57086
822
822
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-05-13-a: 71135119579039dc321c5f65d870050fe36efda2
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import resilient_objc_class
30
30
// Old OS versions do not have this hook.
31
31
let getClassHookMissing = {
32
32
nil == dlsym ( UnsafeMutableRawPointer ( bitPattern: - 2 ) ,
33
- " objc_setHook_getClass " )
33
+ " objc_setHook_getClass " )
34
34
} ( )
35
35
36
36
var testSuite = TestSuite ( " objc_getClass " )
You can’t perform that action at this time.
0 commit comments