Skip to content

Commit 942a8c6

Browse files
committed
Disable DebugInfo/DumpDeclFromMangledName.swift test which is failing on the iOS simulators
1 parent a2f68c7 commit 942a8c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/DebugInfo/DumpDeclFromMangledName.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// RUN: -decl-from-mangled=%t.input > %t.output 2>&1
1212
// RUN: diff %t.check %t.output
1313

14+
// FIXME: rdar://38822524
15+
// REQUIRES: OS=macosx
16+
1417
// REQUIRES: executable_test
1518
struct S {
1619
init() {

0 commit comments

Comments
 (0)