Skip to content

Commit 89c2fa3

Browse files
authored
Merge pull request swiftlang#20187 from nkcsgexi/another-42247881
[test] disable a flaky test test/Driver/opt-remark.swift. rdar://42247881
2 parents d8a336b + 22639da commit 89c2fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/opt-remark.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swiftc_driver -O %s -o /dev/null 2>&1 | %FileCheck -allow-empty -check-prefix=DEFAULT %s
22
// RUN: %target-swiftc_driver -O -Rpass=sil-inliner %s -o /dev/null 2>&1 | %FileCheck -check-prefix=REMARK_PASSED %s
33
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-inliner %s -o /dev/null 2>&1 | %FileCheck -check-prefix=REMARK_MISSED %s
4-
4+
// REQUIRES: rdar42247881
55
// DEFAULT-NOT: remark
66

77
func big() {

0 commit comments

Comments
 (0)