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.
1 parent d682049 commit f1b6217Copy full SHA for f1b6217
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