Skip to content

Commit 5f99b73

Browse files
committed
Merge pull request #1307 from practicalswift/fix-a-broken-build
Fix broken build. Broken due to incorrect string index: 127 → 126
2 parents 92fc7db + fa19891 commit 5f99b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// RUN: %target-parse-verify-swift
22

33
// This file does not end in a trailing newline; this is deliberate!
4-
/* unterminated block comment expected-note{{comment started here}} expected-error{{unterminated '/*' comment}}{{127-127=*/}}
4+
/* unterminated block comment expected-note{{comment started here}} expected-error{{unterminated '/*' comment}}{{126-126=*/}}

0 commit comments

Comments
 (0)