diff options
Diffstat (limited to 'tests/headers/duplicated-namespaces.hpp')
-rw-r--r-- | tests/headers/duplicated-namespaces.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/headers/duplicated-namespaces.hpp b/tests/headers/duplicated-namespaces.hpp deleted file mode 100644 index 10e1933f..00000000 --- a/tests/headers/duplicated-namespaces.hpp +++ /dev/null @@ -1,4 +0,0 @@ -// bindgen-flags: --enable-cxx-namespaces - -namespace std {} -namespace std {} |