Skip to content

Commit 6d3ee1a

Browse files
authored
Merge pull request #33936 from apple/cdecl-CommandLineStressTest
test: Replace _silgen_name w/ _cdecl in CommandLineStressTest
2 parents 4393552 + 0c8b866 commit 6d3ee1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/Inputs/CommandLineStressTest/CommandLineStressTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Do not change the SIL name for this without also changing CommandLineStressTest.c
2-
@_silgen_name("swift_commandline_test_getProcessArgs")
2+
@_cdecl("swift_commandline_test_getProcessArgs")
33
public func runTest() {
44
let CommandLineRaceTestSuite = TestSuite("CommandLine Race")
55

0 commit comments

Comments
 (0)