Skip to content

Commit 06b16de

Browse files
Merge pull request swiftlang#78131 from rastogishubham/FixTestDropped
Add REQUIRES: aarch64 for dropped-var.sil test
2 parents 28e33af + c689aaf commit 06b16de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/DebugInfo/dropped-var.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables 2>&1 | %FileCheck %s
1+
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables --target=aarch64-apple-darwin 2>&1 | %FileCheck %s
2+
// REQUIRES:CPU=aarch64
23

34
// CHECK: function, lostvars, Pass List Pipeline, DiagnoseUnreachable, 1, 1, {{[0-9]+}}, $s4test3bar1yS2i_tF
45

0 commit comments

Comments
 (0)