summaryrefslogtreecommitdiff
path: root/tests/headers
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2020-12-01 20:59:36 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-12-02 01:08:05 +0100
commit460ae847d25000f5e08d16fe9217adc356d3ab6f (patch)
tree3e86751e13c08d2dad3406d120a10bd91e17df29 /tests/headers
parent19142ac6b3d8ee4fc5686d6f30b77e660026e528 (diff)
cli: Expose module_raw_lines to the CLI.
This makes command_line_args properly return them, instead of dropping them on the floor.
Diffstat (limited to 'tests/headers')
-rw-r--r--tests/headers/namespace.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/namespace.hpp b/tests/headers/namespace.hpp
index a8e6f8ec..7e4197da 100644
--- a/tests/headers/namespace.hpp
+++ b/tests/headers/namespace.hpp
@@ -1,4 +1,4 @@
-// bindgen-flags: --enable-cxx-namespaces
+// bindgen-flags: --enable-cxx-namespaces --module-raw-line root::whatever 'pub type whatever_other_thing_t = whatever_int_t;'
void top_level();