================
@@ -916,6 +916,213 @@ def test_get_template_argument_unsigned_value(self):
         self.assertEqual(foos[1].get_template_argument_unsigned_value(0), 
2**32 - 7)
         self.assertEqual(foos[1].get_template_argument_unsigned_value(2), True)
 
+    def test_get_constant_template_argument_type(self):
----------------
DeinAlptraum wrote:

It seems that these tests cover the same functions more extensively, so 
`TestType.test_template_arguments` could be removed now

https://github.com/llvm/llvm-project/pull/183504
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to