diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-11-14 00:20:44 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-11-14 00:36:16 +0200 |
commit | 02ecee2de89f3225a6cd4bf87b0e4285bb1d06eb (patch) | |
tree | 47bef1d3142a2035500cb2ea74aab5218a1885f9 /tests/options.expected | |
parent | 332a9ee95c38db4537d0a33e58fef617d3e1d589 (diff) |
Fix naming of enums when long_names=false.
Modify test case to check that options.pb.o compiles.
Update issue 42
Status: FixedInGit
Update issue 43
Status: FixedInGit
Diffstat (limited to 'tests/options.expected')
-rw-r--r-- | tests/options.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/options.expected b/tests/options.expected index 960daeee..61d9805e 100644 --- a/tests/options.expected +++ b/tests/options.expected @@ -2,4 +2,4 @@ char filesize\[20\]; char msgsize\[30\]; char fieldsize\[40\]; pb_callback_t int32_callback; -[^_]EnumValue1 = 1 +\sEnumValue1 = 1 |