diff options
Diffstat (limited to 'tests/query')
| -rw-r--r-- | tests/query/highlights/cpp/test.cpp | 4 |
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; |
