Skip to content

Commit

Permalink
Merge pull request #78131 from rastogishubham/FixTestDropped
Browse files Browse the repository at this point in the history
Add REQUIRES: aarch64 for dropped-var.sil test
  • Loading branch information
rastogishubham authored Dec 13, 2024
2 parents 28e33af + c689aaf commit 06b16de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/DebugInfo/dropped-var.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables 2>&1 | %FileCheck %s
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables --target=aarch64-apple-darwin 2>&1 | %FileCheck %s
// REQUIRES:CPU=aarch64

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

Expand Down

0 comments on commit 06b16de

Please sign in to comment.