Skip to content

Commit 80cd7c8

Browse files
author
najacque
committed
updating language_version_explicit for version 4.2.1
1 parent 60c5ef5 commit 80cd7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Parse/ConditionalCompilation/language_version_explicit.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
#endif
2323

2424
// NOTE: Please modify this condition...
25-
#if swift(>=4.2)
25+
#if swift(>=4.2.1)
2626
let b = 1
2727
#else
2828
// This shouldn't emit any diagnostics.
2929
asdf asdf asdf asdf
3030
#endif
3131

3232
// NOTE: ...and modify this condition...
33-
#if swift(>=4.2.1)
33+
#if swift(>=4.2.2)
3434
// This shouldn't emit any diagnostics.
3535
asdf asdf asdf asdf
3636
#else

0 commit comments

Comments
 (0)