Skip to content

Commit 34d52bb

Browse files
committed
update test case for second {{none}}
1 parent 11a20c9 commit 34d52bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Frontend/verify-fixits.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
func labeledFunc(aa: Int, bb: Int) {}
66

77
func testNoneMarkerCheck() {
8-
// CHECK: [[@LINE+1]]:95: error: A second {{{{}}none}} is found. it can be put only one.
8+
// CHECK: [[@LINE+1]]:95: error: A second {{{{}}none}} was found. It may only appear once in an expectation.
99
undefinedFunc() // expected-error {{use of unresolved identifier 'undefinedFunc'}} {{none}} {{none}}
1010

1111
// CHECK: [[@LINE+1]]:134: error: {{{{}}none}} must be at the end.

0 commit comments

Comments
 (0)