Skip to content

Commit 488f739

Browse files
committed
[lldb] Disable asserting expect in TestTypeSystemClang.cpp
1 parent 2eb0347 commit 488f739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/unittests/Symbol/TestTypeSystemClang.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@ TEST_F(TestCreateClassTemplateDecl, FindExistingTemplates) {
686686
// (e.g., parameter names can be changed/omitted.)
687687

688688
// Test an empty template parameter list: <>
689-
ExpectNewTemplate("<>", {{}, {}});
689+
// This first expect causes an assert. rdar://159893045
690+
// ExpectNewTemplate("<>", {{}, {}});
690691

691692
clang::TemplateArgument intArg(m_ast->getASTContext().IntTy);
692693
clang::TemplateArgument int47Arg(m_ast->getASTContext(),

0 commit comments

Comments
 (0)