Skip to content

Commit c531f29

Browse files
authored
Merge pull request #72947 from kubamracek/embedded-concurrency-trim-deps-after-deployment-target-bump
[embedded] Trim expected dependencies of Embedded Swift Concurrency after deployment target raise
2 parents b6754aa + fbdcb54 commit c531f29

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/embedded/dependencies-concurrency.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,19 @@
2323
// DEP: ___stack_chk_fail
2424
// DEP: ___stack_chk_guard
2525
// DEP: ___stderrp
26-
// DEP: __availability_version_check
2726
// DEP: _abort
28-
// DEP: _dispatch_once_f
29-
// DEP: _dlsym
3027
// DEP: _exit
31-
// DEP: _fclose
32-
// DEP: _fopen
3328
// DEP: _fprintf
34-
// DEP: _fread
3529
// DEP: _free
36-
// DEP: _fseek
37-
// DEP: _ftell
3830
// DEP: _malloc
3931
// DEP: _memset_s
4032
// DEP: _nanosleep
4133
// DEP: _posix_memalign
4234
// DEP: _putchar
43-
// DEP: _rewind
44-
// DEP: _sscanf
4535
// DEP: _strlen
4636
// DEP: _vfprintf
4737
// DEP: _vsnprintf
4838
// DEP: _write
49-
// DEP: dyld_stub_binder
5039

5140
// RUN: %target-run %t/a.out | %FileCheck %s
5241

0 commit comments

Comments
 (0)