From fbc5dd46d9e4e0d6fbadee8716c39d5673e24fce Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 21 Jun 2023 20:56:58 +0200 Subject: [PATCH] ig-c99: update test expectations --- lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target b/lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target index 81a905c..b6bb2b5 100644 --- a/lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target +++ b/lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target @@ -8,8 +8,10 @@ extern "C" { // ------------- typedef char* string; typedef char* binary; +// no typedef required for idl-basetype: int typedef unsigned int uint; typedef size_t size; +// no typedef required for idl-basetype: bool typedef void* opaque;