Skip to content

Commit a630671

Browse files
authored
Merge pull request swiftlang#9982 from benlangmuir/req-assert
2 parents 56b314f + 1cab613 commit a630671

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

validation-test/compiler_crashers_2/0100-sr4295.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 -emit-ir -primary-file %s
22

3+
// REQUIRES: asserts
4+
35
internal protocol _UTFEncoding {
46
associatedtype EncodedScalar where EncodedScalar == Int
57
}

validation-test/compiler_crashers_2/0101-sr5014.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 -emit-ir -primary-file %s
22

3+
// REQUIRES: asserts
4+
35
struct Version {
46
}
57

0 commit comments

Comments
 (0)