Fixes non-conforming uses of commas in enums s.t. the code compiles on
Sun OS. Patch by Hady Zalek.
This commit is contained in:
@@ -3811,7 +3811,7 @@ TEST(AssertionTest, ExpectWorksWithUncopyableObject) {
|
||||
|
||||
enum NamedEnum {
|
||||
kE1 = 0,
|
||||
kE2 = 1,
|
||||
kE2 = 1
|
||||
};
|
||||
|
||||
TEST(AssertionTest, NamedEnum) {
|
||||
|
||||
Reference in New Issue
Block a user