Skip to content

Commit 55f3908

Browse files
authored
Merge pull request #70841 from eeckstein/fix-test
tests: re-enable and fix SILOptimizer/static_objects.swift
2 parents c1a4e29 + cb768c2 commit 55f3908

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/SILOptimizer/static_objects.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %target-swift-frontend -parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-sil | %FileCheck %s
2-
// RUN: %target-swift-frontend -parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-ir | %FileCheck %s -check-prefix=CHECK-LLVM
1+
// RUN: %target-swift-frontend -target %target-future-triple -parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-sil | %FileCheck %s
2+
// RUN: %target-swift-frontend -target %target-future-triple -parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-ir | %FileCheck %s -check-prefix=CHECK-LLVM
33

44
// Also do an end-to-end test to check all components, including IRGen.
55
// RUN: %empty-directory(%t)
@@ -9,8 +9,6 @@
99
// REQUIRES: CPU=arm64 || CPU=x86_64
1010
// REQUIRES: swift_in_compiler
1111

12-
// REQUIRES: rdar120802375
13-
1412
public class C {
1513
var x: Int
1614

0 commit comments

Comments
 (0)