diff options
Diffstat (limited to 'tests/headers/constructors.hpp')
-rw-r--r-- | tests/headers/constructors.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/headers/constructors.hpp b/tests/headers/constructors.hpp deleted file mode 100644 index d4174889..00000000 --- a/tests/headers/constructors.hpp +++ /dev/null @@ -1,13 +0,0 @@ - -class TestOverload { - // This one shouldnt' be generated. - TestOverload(); -public: - TestOverload(int); - TestOverload(double); -}; - -class TestPublicNoArgs { -public: - TestPublicNoArgs(); -}; |