Skip to content

Commit 1b453be

Browse files
committed
Update radar number in DebugInfo test
The current radar tracking this disabled test is rdar://problem/47777473 See also the similar change on master-next in #22484
1 parent 9326ef4 commit 1b453be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/local-vars.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// test only verifies that the variables show up in the debug info at
33
// all. There are other tests testing liveness and representation.
44

5-
// REQUIRES: rdar45708367
5+
// REQUIRES: rdar47777473
66
// RUN: %gyb %s -o %t.swift
77
// RUN: %target-swift-frontend %t.swift -g -emit-ir -o - | %FileCheck %t.swift
88
// RUN: %target-swift-frontend %t.swift -g -c -o %t.o

0 commit comments

Comments
 (0)