Skip to content

Commit 3f87cbd

Browse files
authored
Merge pull request swiftlang#23133 from slavapestov/test-fixes
Test fixes
2 parents 116820a + 0f3dabd commit 3f87cbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/IRGen/MachO-objc-sections.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %swift -target arm64-apple-ios8.0 -parse-stdlib -enable-objc-interop -disable-objc-attr-requires-foundation-module -I %S/Inputs/usr/include -emit-ir %s -o - | %FileCheck %s -check-prefix CHECK-MACHO
1+
// RUN: %swift -target arm64-apple-ios8.0 -disable-legacy-type-info -parse-stdlib -enable-objc-interop -disable-objc-attr-requires-foundation-module -I %S/Inputs/usr/include -emit-ir %s -o - | %FileCheck %s -check-prefix CHECK-MACHO
22

33
// REQUIRES: OS=ios
44

validation-test/compiler_crashers_2/0189-sr10033.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: not --crash %target-swift-frontend -typecheck %s
22

3+
// REQUIRES: asserts
4+
35
protocol P1 {
46
associatedtype A2 : P2 where A2.A1 == Self
57
}

0 commit comments

Comments
 (0)