summaryrefslogtreecommitdiff
path: root/tests/headers/vtable_recursive_sig.hpp
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2016-10-24 13:03:36 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2016-10-24 13:03:36 -0700
commit0f0fd83aaa95dcec181d33e0d5eb269e008eabb9 (patch)
tree60fdce0a091d91bf8e7b4723e791cc08ce8a52b6 /tests/headers/vtable_recursive_sig.hpp
parentf837823de648fd8da547ad7182ca585a791b8ef2 (diff)
Remove the ignored and unused --no-type-renaming flag and option
Diffstat (limited to 'tests/headers/vtable_recursive_sig.hpp')
-rw-r--r--tests/headers/vtable_recursive_sig.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/vtable_recursive_sig.hpp b/tests/headers/vtable_recursive_sig.hpp
index 1556f866..8729be00 100644
--- a/tests/headers/vtable_recursive_sig.hpp
+++ b/tests/headers/vtable_recursive_sig.hpp
@@ -1,4 +1,4 @@
-// bindgen-flags: --no-type-renaming -- -std=c++11
+// bindgen-flags: -- -std=c++11
class Derived;
class Base {