forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SR-15237 Fix typelayout_based_value_witness.swift
typelayout_based_value_witness.swift failed on iphoneos-arm64e due to an extra line of IR that gets generated. That meant the swift_release line had '#7' instead of '#6'. The test shouldn't be checking for '#6' anyways, so removed that check which causes the test to now pass.
- Loading branch information
Gwen Mittertreiner
committed
Sep 23, 2021
1 parent
12a2e20
commit 43b5b5f
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters