Skip to content

Commit 65c90cf

Browse files
authored
Merge pull request swiftlang#40098 from gottesmm/pr-dbb3fdbfb5d0f0bbb435a7386cd8c8309c9cd6a2
Add a REQUIRES: optimized_stdlib to a test.
2 parents 6ef96c9 + 9e613b1 commit 65c90cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/move_operator_kills_copyable_values.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -enable-experimental-move-only -verify %s -parse-stdlib -emit-sil -o /dev/null
22

3+
// REQUIRES: optimized_stdlib
4+
35
import Swift
46

57
public class Klass {}

0 commit comments

Comments
 (0)