Skip to content

Commit

Permalink
Small fixes and improvements to the derive-debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Aug 10, 2017
1 parent ed487d3 commit f7345fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/headers/derive-debug-bitfield.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bindgen-flags: --opaque-type "Opaque" --impl-debug
// bindgen-flags: --impl-debug

class C {
bool a: 1;
Expand Down
2 changes: 2 additions & 0 deletions tests/headers/derive-debug-opaque-template-instantiation.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// bindgen-flags: --impl-debug

// This type is opaque because the second template parameter
// is a non-type template parameter
template<typename T, int N>
class Opaque {
T array[N];
Expand Down

0 comments on commit f7345fa

Please sign in to comment.