Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29dad40

Browse files
authoredJul 30, 2018
Merge pull request #1356 from Lytigas/fix-bindgen-args. r=emilio
Quote regexes in test headers
2 parents 0897443 + ed1caf0 commit 29dad40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+48
-48
lines changed
 

‎tests/headers/anon_enum.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum .*
1+
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"
22
struct Test {
33
int foo;
44
float bar;

‎tests/headers/anon_enum_trait.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum .*
1+
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"
22

33
template<typename _Tp>
44
class DataType {

0 commit comments

Comments
 (0)
Please sign in to comment.