Skip to content

Commit 243f614

Browse files
committed
Update test to reflect new default is -swift-version 4.
1 parent 81b00d4 commit 243f614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Driver/swift-version-default.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jkl
1818
#endif
1919

2020
#if swift(>=4)
21-
aoeu
21+
aoeu // expected-error {{use of unresolved identifier}}
2222
#else
23-
htn // expected-error {{use of unresolved identifier}}
23+
htn
2424
#endif
2525

2626
#if swift(>=4.1)

0 commit comments

Comments
 (0)