aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights')
-rw-r--r--tests/query/highlights/cpp/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp
index 4dd138e7e..68c51d592 100644
--- a/tests/query/highlights/cpp/test.cpp
+++ b/tests/query/highlights/cpp/test.cpp
@@ -5,8 +5,8 @@
auto main( int argc, char** argv ) -> int
// ^ parameter
- // ^ type
- // ^ type
+ // ^ type.builtin
+ // ^ type.builtin
// ^ operator
{
std::cout << "Hello world!" << std::endl;