Browse Source

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

Pat Hickey 9 years ago
parent
commit
9b3664eec2
1 changed files with 2 additions and 1 deletions
  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.