Skip to content

Commit 9ef7d8e

Browse files
authored
Merge pull request #86086 from hamishknight/fix-test
[test] Disable `editor_placeholder_exec.swift` for back deployment
2 parents f015cf1 + d104ab5 commit 9ef7d8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/IDE/editor_placeholder_exec.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
// RUN: %FileCheck %s < %t/output
44
// REQUIRES: executable_test
55

6+
// The runtime error format changed after the 5.3 release.
7+
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
9+
610
print(<#placeholder#>)
711
// CHECK: editor_placeholder_exec.swift:[[@LINE-1]]: Fatal error: attempt to evaluate editor placeholder

0 commit comments

Comments
 (0)