Skip to content

Commit

Permalink
Update bogus tests that relied on some sort of quirk revealed by the …
Browse files Browse the repository at this point in the history
…nom update.
  • Loading branch information
emilio committed Oct 4, 2018
1 parent 96c5ed8 commit 5642481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/headers/issue-674-1.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bindgen-flags: --enable-cxx-namespaces --whitelist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -- -std=c++14
// bindgen-flags: --enable-cxx-namespaces --whitelist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -std=c++14

namespace mozilla {
template <class T> class Maybe { using ValueType = T; };
Expand Down
2 changes: 1 addition & 1 deletion tests/headers/issue-674-2.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bindgen-flags: --enable-cxx-namespaces --whitelist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -- -std=c++14
// bindgen-flags: --enable-cxx-namespaces --whitelist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -std=c++14

namespace JS {
template <typename T> class Rooted { using ElementType = T; };
Expand Down
2 changes: 1 addition & 1 deletion tests/headers/issue-674-3.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -- -std=c++14
// bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -std=c++14

template <class PtrType> class nsRefPtrHashtable {
typedef PtrType *UserDataType;
Expand Down

0 comments on commit 5642481

Please sign in to comment.