We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e8494e + a7fc85a commit 52efa71Copy full SHA for 52efa71
test/DebugInfo/local-vars.swift.gyb
@@ -2,6 +2,9 @@
2
// test only verifies that the variables show up in the debug info at
3
// all. There are other tests testing liveness and representation.
4
5
+// rdar://problem/57611302
6
+// XFAIL: windows
7
+
8
// RUN: %gyb %s -o %t.swift
9
// RUN: %target-swift-frontend %t.swift -g -emit-ir -o - | %FileCheck %t.swift
10
// RUN: %target-swift-frontend %t.swift -g -c -o %t.o
0 commit comments