From 64f3f7415debf0e660335b42ce2be2712507d7e5 Mon Sep 17 00:00:00 2001 From: lfenzo Date: Fri, 29 Jul 2022 19:50:40 -0300 Subject: (Broken test fixed) Updated static-namespace-functins.cpp to use function.call --- tests/query/highlights/cpp/static-namespace-functions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/query/highlights/cpp/static-namespace-functions.cpp') diff --git a/tests/query/highlights/cpp/static-namespace-functions.cpp b/tests/query/highlights/cpp/static-namespace-functions.cpp index 1658d5117..2bea488a3 100644 --- a/tests/query/highlights/cpp/static-namespace-functions.cpp +++ b/tests/query/highlights/cpp/static-namespace-functions.cpp @@ -3,10 +3,10 @@ int main() { B::foo(); - // ^ @function + // ^ @function.call Foo::A::foo(); - // ^ @function + // ^ @function.call Foo::a::A::foo(); - // ^ @function + // ^ @function.call return 0; } -- cgit v1.2.3-70-g09d2