Skip to content

Commit b7f6146

Browse files
committed
Disable moveonly_builtin.swift test
The test is failing on the "OSS - Swift (Tools Opt+Assert, Stdlib DebInfo+Assert, Test Simulator) - macOS (main) bot." https://ci.swift.org/job/oss-swift_tools-RA_stdlib-DA_test-simulator/1496
1 parent 2862531 commit b7f6146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILGen/moveonly_builtin.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
5+
46
import Swift
57

68
class Klass {}

0 commit comments

Comments
 (0)