mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
10 lines
228 B
Text
10 lines
228 B
Text
|
# Regression test for #637:
|
||
|
# Generator produces incorrect output when a oneof is used
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto("other.proto")
|
||
|
env.NanopbProto(["oneof.proto", "other.proto"])
|
||
|
env.Object("oneof.pb.c")
|
||
|
env.Object("test.c")
|