Skip to content

Commit 463860a

Browse files
committed
Update the unit test with runtime swift version hook
1 parent a4a64f3 commit 463860a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/runtime/CompatibilityOverrideRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct OverrideSection {
6262
};
6363

6464
OverrideSection RuntimeOverrides
65-
__attribute__((section("__DATA,__swift54_hooks"))) = {
65+
__attribute__((section("__DATA,__swift55_hooks"))) = {
6666
0,
6767
#define OVERRIDE(name, ret, attrs, ccAttrs, namespace, typedArgs, namedArgs) \
6868
name ## Override,

0 commit comments

Comments
 (0)