We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a20c9 commit 34d52bbCopy full SHA for 34d52bb
test/Frontend/verify-fixits.swift
@@ -5,7 +5,7 @@
5
func labeledFunc(aa: Int, bb: Int) {}
6
7
func testNoneMarkerCheck() {
8
- // CHECK: [[@LINE+1]]:95: error: A second {{{{}}none}} is found. it can be put only one.
+ // CHECK: [[@LINE+1]]:95: error: A second {{{{}}none}} was found. It may only appear once in an expectation.
9
undefinedFunc() // expected-error {{use of unresolved identifier 'undefinedFunc'}} {{none}} {{none}}
10
11
// CHECK: [[@LINE+1]]:134: error: {{{{}}none}} must be at the end.
0 commit comments