Skip to content

Commit 1dd1925

Browse files
Merge pull request #78281 from rastogishubham/FixDropped
Fix test failure on non-darwin bots
2 parents 3f1491e + ac131df commit 1dd1925

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/DebugInfo/dropped-var.sil

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables --target=aarch64-apple-darwin 2>&1 | %FileCheck %s
1+
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables 2>&1 | %FileCheck %s
22
// REQUIRES:CPU=aarch64
33

4-
// REQUIRES: rdar141272451
5-
64
// CHECK: function, lostvars, Pass List Pipeline, DiagnoseUnreachable, 1, 1, {{[0-9]+}}, $s4test3bar1yS2i_tF
75

86
sil_stage raw

0 commit comments

Comments
 (0)