We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae4e14a + c260e9c commit 1681811Copy full SHA for 1681811
lldb/test/API/lang/cpp/complete-type-check/TestCppIsTypeComplete.py
@@ -51,7 +51,7 @@ def test_forward_declarations(self):
51
# Record types without a defining declaration are not complete.
52
self.assertPointeeIncomplete("FwdClass *", "fwd_class")
53
self.assertPointeeIncomplete("FwdClassTypedef *", "fwd_class_typedef")
54
- self.assertPointeeIncomplete("FwdTemplateClass<> *", "fwd_template_class")
+ self.assertPointeeIncomplete("FwdTemplateClass<int> *", "fwd_template_class")
55
56
# A pointer type is complete even when it points to an incomplete type.
57
fwd_class_ptr = self.expect_expr("fwd_class", result_type="FwdClass *")
0 commit comments