Skip to content

Commit 3c0bf03

Browse files
authored
Merge pull request #20193 from apple/revert-20187-another-42247881
[Test] Re-enable test/Driver/opt-remark.swift. rdar://42247881
2 parents bd8a87c + 5ebdac7 commit 3c0bf03

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-
// REQUIRES: rdar42247881
4+
55
// DEFAULT-NOT: remark
66

77
func big() {

0 commit comments

Comments
 (0)