Skip to content

Commit b219c9b

Browse files
committed
Update validation test to reflect diagnostic changes. Have I ever mentioned
that it doesn't make sense for validation tests to be checking diagnostics?
1 parent df9d572 commit b219c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/stdlib/FixedPointDiagnostics.swift.gyb

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ func testMixedSignArithmetic() {
105105

106106
// These tests are expected to start failing when we get improved diagnostics.
107107
var y: Stride = 0
108-
y += ${T}(1) // expected-error {{}} expected-note {{}}
109-
y -= ${T}(1) // expected-error {{}} expected-note {{}}
108+
y += ${T}(1) // expected-error {{}}
109+
y -= ${T}(1) // expected-error {{}}
110110
}
111111
% end
112112
}

0 commit comments

Comments
 (0)