Parcourir la source

example idl: make sure we have a bool_t for test coverage

Pat Hickey il y a 9 ans
Parent
commit
9b3664eec2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tests/example.idl

+ 2 - 1
tests/example.idl

@@ -35,7 +35,8 @@
 -- or newtypes.
 (def-struct heartbeat_t
  (time time_micros_t)
- (armed armed_t))
+ (armed armed_t)
+ (err   bool_t))
 
 -- Definitions may be out of order. Circular definitions
 -- are not permitted.