Skip to content

Commit a0634d6

Browse files
committed
Small fixes and improvements to the derive-debug tests
1 parent 3107959 commit a0634d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/headers/derive-debug-bitfield.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --opaque-type "Opaque" --force-derive-debug
1+
// bindgen-flags: --force-derive-debug
22

33
class C {
44
bool a: 1;

tests/headers/derive-debug-opaque-template-instantiation.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// bindgen-flags: --force-derive-debug
22

3+
// This type is opaque because the second template parameter
4+
// is a non-type template parameter
35
template<typename T, int N>
46
class Opaque {
57
T array[N];

0 commit comments

Comments
 (0)