mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix test failure on non-darwin bots
Removed the --target option on the sil-opt command invocation.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables --target=aarch64-apple-darwin 2>&1 | %FileCheck %s
|
||||
// RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables 2>&1 | %FileCheck %s
|
||||
// REQUIRES:CPU=aarch64
|
||||
|
||||
// REQUIRES: rdar141272451
|
||||
|
||||
// CHECK: function, lostvars, Pass List Pipeline, DiagnoseUnreachable, 1, 1, {{[0-9]+}}, $s4test3bar1yS2i_tF
|
||||
|
||||
sil_stage raw
|
||||
|
||||
Reference in New Issue
Block a user