Skip to content

Commit 4acd803

Browse files
authored
Merge pull request #27701 from nathawes/xfail-test-defbuginfo-self-on-no-asserts
2 parents 8bd3e6e + 181c1fd commit 4acd803

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/DebugInfo/self.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
2+
// rdar://problem/56255858 - failing on no-asserts builds
3+
// XFAIL: no_asserts
24

35
public struct stuffStruct {
46
var a: Int64 = 6

0 commit comments

Comments
 (0)