Skip to content

Commit 1f0cbac

Browse files
committed
remove expected-note
1 parent eb79a08 commit 1f0cbac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Sema/enum_conformance_synthesis.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ enum Publicist {
355355

356356
func miss(_ a: Publicist, outsold b: Publicist) -> Bool {
357357
return b < a // expected-error{{binary operator '<' cannot be applied to two 'Publicist' operands}}
358-
// expected-note @-1 {{overloads for '<' exist with these partially matching parameter lists: }}
359358
}
360359

361360
// FIXME: Remove -verify-ignore-unknown.

0 commit comments

Comments
 (0)