Skip to content

Commit 804716c

Browse files
authored
Merge pull request #65147 from CodaFi/sixten
Gate Swift 6 Tests with +Asserts
2 parents c13d8f7 + d6a53e1 commit 804716c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/attr/ApplicationMain/attr_NSApplicationMain_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -swift-version 6 -typecheck -parse-as-library -verify %s
22

33
// REQUIRES: objc_interop
4+
// REQUIRES: asserts
45

56
import AppKit
67

test/attr/ApplicationMain/attr_UIApplicationMain_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -swift-version 6 -typecheck -parse-as-library -verify %s
22

33
// REQUIRES: objc_interop
4+
// REQUIRES: asserts
45

56
import UIKit
67

0 commit comments

Comments
 (0)