Skip to content

Commit 432ab6c

Browse files
committed
don't forget the oxford comma
1 parent 6bc923d commit 432ab6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/switch-availability.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum SwitchTwo {
1515
};
1616

1717
void testSwitchTwo(enum SwitchTwo st) {
18-
switch (st) {} // expected-warning{{enumeration values 'Ed', 'Vim' and 'Emacs' not handled in switch}}
18+
switch (st) {} // expected-warning{{enumeration values 'Ed', 'Vim', and 'Emacs' not handled in switch}}
1919
}
2020

2121
enum SwitchThree {

0 commit comments

Comments
 (0)