Skip to content

Commit 6a3bacd

Browse files
committed
[Test] Fix expected output in test/Driver/swift-version-6.swift.
1 parent f1cd9cb commit 6a3bacd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Driver/swift-version-6.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ jkl
4444
#endif
4545

4646
// ERROR_7: <unknown>:0: error: invalid value '7' in '-swift-version 7'
47-
// ERROR_7: <unknown>:0: note: valid arguments to '-swift-version'
48-
// ERROR_7: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
47+
// ERROR_7: <unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'

0 commit comments

Comments
 (0)