| Index: Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py b/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| index 91e9f20cdc33db543c71706c496251e48cd18ca9..e7b5054324fdfb336e31cdab8acb81d344a7fd84 100644
|
| --- a/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| @@ -3439,7 +3439,8 @@ class NoNonVirtualDestructorsTest(CppStyleTestBase):
|
| '''\
|
| enum Foo {
|
| FooOne = 1,
|
| - FooTwo
|
| + FooTwo,
|
| + kFooConst,
|
| } fooVar = FooOne;
|
| enum { FooOne, FooTwo };
|
| enum { FooOne, FooTwo } fooVar = FooTwo;
|
|
|