Skip to content

Commit a1826e0

Browse files
authored
Bring back -target %target-future-triple for stack_promotion_isolated_deinit.swift
1 parent d317cd9 commit a1826e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/stack_promotion_isolated_deinit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -parse-as-library -O -module-name=test %s -emit-sil | %FileCheck %s
1+
// RUN: %target-swift-frontend -parse-as-library -target %target-future-triple -O -module-name=test %s -emit-sil | %FileCheck %s
22
// REQUIRES: swift_in_compiler
33

44
@globalActor actor AnotherActor: GlobalActor {

0 commit comments

Comments
 (0)