mirror of
https://github.com/google/pebble.git
synced 2025-05-03 08:21:41 -04:00
6 lines
95 B
Python
6 lines
95 B
Python
# Regression test for issue with Enums inside OneOf.
|
|
|
|
Import('env')
|
|
|
|
env.NanopbProto('oneof')
|
|
|