Skip to content

Commit 5ebdac7

Browse files
authored
Revert "[test] disable a flaky test test/Driver/opt-remark.swift. rdar://42247881"
1 parent b367894 commit 5ebdac7

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)