Skip to content

Commit 487b16a

Browse files
authored
Merge pull request #40005 from gottesmm/pr-596b3ad22fdb5e2e847eef3e843e8e7023c14230
Re-enable a test requiring an optimized stdlib to ensure we pattern match.
2 parents e935692 + f1b6217 commit 487b16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/moveonly_builtin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-emit-silgen -module-name moveonly -parse-stdlib %s -disable-access-control -disable-objc-attr-requires-foundation-module -enable-experimental-move-only | %FileCheck %s
22
// RUN: %target-swift-emit-sil -module-name moveonly -parse-stdlib %s -disable-access-control -disable-objc-attr-requires-foundation-module -enable-experimental-move-only | %FileCheck -check-prefix=CHECK-SIL %s
33

4-
// REQUIRES: rdar84780237
4+
// REQUIRES: optimized_stdlib
55

66
import Swift
77

0 commit comments

Comments
 (0)