Skip to content

Commit 5642481

Browse files
committed
Update bogus tests that relied on some sort of quirk revealed by the nom update.
1 parent 96c5ed8 commit 5642481

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/headers/issue-674-1.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --enable-cxx-namespaces --whitelist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -- -std=c++14
1+
// bindgen-flags: --enable-cxx-namespaces --whitelist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -std=c++14
22

33
namespace mozilla {
44
template <class T> class Maybe { using ValueType = T; };

tests/headers/issue-674-2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --enable-cxx-namespaces --whitelist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -- -std=c++14
1+
// bindgen-flags: --enable-cxx-namespaces --whitelist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -std=c++14
22

33
namespace JS {
44
template <typename T> class Rooted { using ElementType = T; };

tests/headers/issue-674-3.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -- -std=c++14
1+
// bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -std=c++14
22

33
template <class PtrType> class nsRefPtrHashtable {
44
typedef PtrType *UserDataType;

0 commit comments

Comments
 (0)