Skip to content

Commit 0142560

Browse files
authored
Merge pull request #35689 from xymus/disable-73761019
[Tests] Disable DebugInfo/top_level_code.swift
2 parents 43ca026 + 828bbbb commit 0142560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/DebugInfo/top_level_code.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend %s -S -g -o - | %FileCheck %s
22

3+
// REQUIRES: rdar73761019
4+
35
func markUsed<T>(_ t: T) {}
46
// CHECK: {{_?}}main:
57
// CHECK: Lfunc_begin0:

0 commit comments

Comments
 (0)