diff options
Diffstat (limited to 'tests/headers/no-hash-opaque.hpp')
-rw-r--r-- | tests/headers/no-hash-opaque.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/no-hash-opaque.hpp b/tests/headers/no-hash-opaque.hpp deleted file mode 100644 index c1db2cd1..00000000 --- a/tests/headers/no-hash-opaque.hpp +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --with-derive-hash --opaque-type "NoHash" --no-hash "NoHash" - -class NoHash { - int i; -}; |