Skip to content
Snippets Groups Projects
Commit e4de305b authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

C++: Fixed regression in autotests.

parent d68e9e1a
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ void tst_Lookup::iface_impl_scoping()
const LookupContext context(doc, snapshot);
{ // verify if we can resolve "arg" in the body
QCOMPARE(method1Impl->argumentCount(), 2U);
QCOMPARE(method1Impl->argumentCount(), 1U);
Argument *arg = method1Impl->argumentAt(0)->asArgument();
QVERIFY(arg);
QVERIFY(arg->name());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment