From 405a997b948ba998d96d598b4b29eb32389b335e Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 28 Jan 2021 21:49:37 +0000 Subject: Add tests corrosponding to #2244 --- suite/testcommon.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/suite/testcommon.py b/suite/testcommon.py index 6763d8ae..0a6f0383 100644 --- a/suite/testcommon.py +++ b/suite/testcommon.py @@ -682,6 +682,16 @@ class TestBuilder(Builder): "std::foo >::~foo", "std::foo >::bar", + "std::foo >", + "std::bar >::bar", + "std::foo >::~foo", + "std::foo >::bar", + + "std::foo >", + "std::bar >::bar", + "std::foo >::~foo", + "std::foo >::bar", + # More complex examples: "AddRequiredUIPluginDependency(std::__cxx11::basic_string, std::allocator > const&)", "std::vector >, std::allocator > > >::_M_check_len(uint64_t, char const*) const", -- cgit v1.3.1