Skip to content

Commit 9e613b1

Browse files
committed
Add a REQUIRES: optimized_stdlib to a test.
I am pretty sure that this really depends on the stdlib having the implementation of _move optimized.
1 parent 6ef96c9 commit 9e613b1

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)