summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/good/types.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/good/types.defs b/tests/good/types.defs
index 5ef041c..8be9c98 100644
--- a/tests/good/types.defs
+++ b/tests/good/types.defs
@@ -50,7 +50,7 @@ type trans_int = int
routine alltypes(port : mach_port_t;
c : char; s1 : int16_t; s2 : short; i : int;
- i32 : int32_t; i64 : int64_t; bool : boolean_t;
+ i32 : int32_t; i64 : int64_t; b : boolean_t;
ui16 : uint16_t; ui32 : uint32_t; ui64 : uint64_t);
/* This should fail. */