Skip to content

Commit f7345fa

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/headers/derive-debug-bitfield.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --opaque-type "Opaque" --impl-debug
1+
// bindgen-flags: --impl-debug
22

33
class C {
44
bool a: 1;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// bindgen-flags: --impl-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)