diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-03-09 12:43:35 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-03-09 12:43:35 +0200 |
commit | a9c88f5570f0c124bf977bdc355f079a2e7f4d57 (patch) | |
tree | 81a5bade1ded74040f2f478999aafb2038dc6428 /tests | |
parent | d2e3c1ad930efbee0ab4839124522da94f70ada4 (diff) |
Fix error in backwards compatibility testcase
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bc_alltypes.pb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bc_alltypes.pb.c b/tests/bc_alltypes.pb.c index 7d1edf57..b144b1e3 100644 --- a/tests/bc_alltypes.pb.c +++ b/tests/bc_alltypes.pb.c @@ -5,7 +5,7 @@ * incompatible changes made to the generator in future versions. */ -#include "alltypes.pb.h" +#include "bc_alltypes.pb.h" const char SubMessage_substuff1_default[16] = "1"; const int32_t SubMessage_substuff2_default = 2; |