Skip to content

Commit 41f5252

Browse files
committed
fixup! add test for ctor declaration separate from definition
1 parent f8b885c commit 41f5252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/cpp/expr-definition-in-dylib/TestExprDefinitionInDylib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def test(self):
3131
)
3232

3333
self.expect_expr("f.method()", result_value="-72", result_type="int")
34+
3435
self.expect_expr("Foo()", result_type="Foo")
3536

3637
# FIXME: mangled name lookup for ABI-tagged ctors fails because
3738
# the debug-info AST doesn't have ABI-tag information.
3839
self.expect(
3940
"expr Bar()", error=True, substrs=["error: Couldn't look up symbols"]
40-
)

0 commit comments

Comments
 (0)