Commit 33bb483
committed
[test][IRGen] Loosen check in test unused.sil.
In #33246 among other changes, a CHECK referring to the size of
_swift1_autolink_entries was changed from a regex-based expectation to a
static value. This means on platforms with different link flags, this
expectation fails but does not signify any real failure. Revert back to
using a regex check for the length of this constant.1 parent bfc9b54 commit 33bb483
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments