Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / tools / clang / plugins / tests / enum_last_value_from_c.txt
blob3aa1d16993b181f1f8ac4355fb6a464bab447f84
1 enum_last_value_from_c.c:11:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type.
2   kBadOneLast = kBadOneGreen
3   ^
4 1 warning generated.