Skip to content

Commit 7c8641c

Browse files
committed
Fix formatting nit in objc_getClass test
1 parent 9536eff commit 7c8641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/SDK/objc_getClass.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import resilient_objc_class
3030
// Old OS versions do not have this hook.
3131
let getClassHookMissing = {
3232
nil == dlsym(UnsafeMutableRawPointer(bitPattern: -2),
33-
"objc_setHook_getClass")
33+
"objc_setHook_getClass")
3434
}()
3535

3636
var testSuite = TestSuite("objc_getClass")

0 commit comments

Comments
 (0)