mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-08 16:49:02 +08:00
Removes commas from last items in enums (a C++ standard compliance fix).
This commit is contained in:
parent
741d6c0d47
commit
962b6554f4
@ -3850,7 +3850,7 @@ enum {
|
||||
|
||||
# endif // GTEST_OS_LINUX
|
||||
|
||||
kCaseC = 42,
|
||||
kCaseC = 42
|
||||
};
|
||||
|
||||
TEST(AssertionTest, AnonymousEnum) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user