Skip to content

Commit ac131df

Browse files
Fix test failure on non-darwin bots
Removed the --target option on the sil-opt command invocation.
1 parent 6c8b958 commit ac131df

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)