summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/headers/issue-674-1.hpp2
-rw-r--r--tests/headers/issue-674-2.hpp2
-rw-r--r--tests/headers/issue-674-3.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/headers/issue-674-1.hpp b/tests/headers/issue-674-1.hpp
index f5c05917..aa3c6118 100644
--- a/tests/headers/issue-674-1.hpp
+++ b/tests/headers/issue-674-1.hpp
@@ -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; };
diff --git a/tests/headers/issue-674-2.hpp b/tests/headers/issue-674-2.hpp
index 5f65a05b..58abcae2 100644
--- a/tests/headers/issue-674-2.hpp
+++ b/tests/headers/issue-674-2.hpp
@@ -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; };
diff --git a/tests/headers/issue-674-3.hpp b/tests/headers/issue-674-3.hpp
index c1bd2f32..2794c192 100644
--- a/tests/headers/issue-674-3.hpp
+++ b/tests/headers/issue-674-3.hpp
@@ -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;