Skip to content

Commit

Permalink
Merge pull request swiftlang#39779 from bnbarham/remove-failing-match
Browse files Browse the repository at this point in the history
[Test] Remove failing match in SILGen/newtype.swift
  • Loading branch information
bnbarham authored Oct 16, 2021
2 parents 52bde17 + d66ef80 commit 668fe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SILGen/newtype.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func createErrorDomain(str: String) -> ErrorDomain {

// CHECK-RAW-LABEL: sil shared [transparent] [serializable] [ossa] @$sSo14SNTErrorDomaina8rawValueABSS_tcfC
// CHECK-RAW: bb0([[STR:%[0-9]+]] : @owned $String,
// CHECK-RAW: [[SELF_BOX:%[0-9]+]] = alloc_box ${ var ErrorDomain }, var, name "self"
// CHECK-RAW: [[SELF_BOX:%[0-9]+]] = alloc_box ${ var ErrorDomain }
// CHECK-RAW: [[MARKED_SELF_BOX:%[0-9]+]] = mark_uninitialized [rootself] [[SELF_BOX]]
// CHECK-RAW: [[PB_BOX:%[0-9]+]] = project_box [[MARKED_SELF_BOX]]
// CHECK-RAW: [[BORROWED_STR:%.*]] = begin_borrow [[STR]]
Expand Down

0 comments on commit 668fe4e

Please sign in to comment.