Skip to content

Commit ed0e628

Browse files
authored
Merge pull request #32679 from apple/disable-osx-targets-swift-run-line
Disable a RUN line in osx-targets.swift
2 parents 0f036e5 + f1bba3e commit ed0e628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/IRGen/osx-targets.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %swift %s -emit-ir | %FileCheck %s
22
// RUN: %swift -target x86_64-apple-macosx10.51 %s -emit-ir | %FileCheck -check-prefix=CHECK-SPECIFIC %s
3-
// RUN: %swift -target x86_64-apple-darwin55 %s -emit-ir | %FileCheck -check-prefix=CHECK-SPECIFIC %s
3+
4+
// disable this test until macOS 11 support lands in Swift.
5+
// : %swift -target x86_64-apple-darwin55 %s -emit-ir | %FileCheck -check-prefix=CHECK-SPECIFIC %s
46

57
// REQUIRES: OS=macosx
68

0 commit comments

Comments
 (0)