Skip to content

Commit f9a5620

Browse files
committed
test/Interpreter/keypath.swift does not work in back-deployment scenarios anymore
The file check expectations (the way we print stuff) is different after #60133. rdar://100564676
1 parent 599874a commit f9a5620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/keypath.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift | %FileCheck %s
22
// REQUIRES: executable_test
33

4+
// UNSUPPORTED: use_os_stdlib
5+
// UNSUPPORTED: back_deployment_runtime
6+
47
class MyLabel {
58
var text = "label"
69
}

0 commit comments

Comments
 (0)