We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e935692 + f1b6217 commit 487b16aCopy full SHA for 487b16a
test/SILGen/moveonly_builtin.swift
@@ -1,7 +1,7 @@
1
// 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
2
// 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
3
4
-// REQUIRES: rdar84780237
+// REQUIRES: optimized_stdlib
5
6
import Swift
7
0 commit comments