summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2018-10-04 15:11:50 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-10-04 15:11:50 +0200
commit564248113c854859f1569dbbd7fd29c0aa8af106 (patch)
tree5a55942740550d2d84eea980d4c7b30c7a52fbe1
parent96c5ed898d5420607d79e15cd79779b648631438 (diff)
Update bogus tests that relied on some sort of quirk revealed by the nom update.
-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;