Skip to content

Commit 33cd176

Browse files
committed
Add an explanatory comment.
1 parent 1ed3ce3 commit 33cd176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/self.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
2-
// rdar://problem/56255858 - failing on no-asserts builds
2+
// The type of self in the allocator is inout only when building against an asserts stdlib.
33
// XFAIL: no_asserts
44

55
public struct stuffStruct {

0 commit comments

Comments
 (0)