Skip to content

Commit 1a19d59

Browse files
authored
Merge pull request #39964 from etcwilde/ewilde/disable-moveonly-builtin-test
Disable moveonly_builtin.swift test
2 parents d5ae511 + b7f6146 commit 1a19d59

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)