diff options
Diffstat (limited to 'tests/headers/inline_namespace_allowlist.hpp')
-rw-r--r-- | tests/headers/inline_namespace_allowlist.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/inline_namespace_allowlist.hpp b/tests/headers/inline_namespace_allowlist.hpp deleted file mode 100644 index 90e46dfb..00000000 --- a/tests/headers/inline_namespace_allowlist.hpp +++ /dev/null @@ -1,7 +0,0 @@ -// bindgen-flags: --enable-cxx-namespaces --allowlist-type=std::string -- -std=c++11 - -namespace std { - inline namespace bar { - using string = const char*; - }; -}; |