From 20248844535d22efb8ed7f2582c56a55f444eb22 Mon Sep 17 00:00:00 2001 From: Benjamin Schaaf Date: Tue, 23 Jul 2024 17:28:17 +1000 Subject: [PATCH] [C/C++] Fix broken tests (#4013) Co-authored-by: Benjamin Schaaf --- C++/syntax_test_c.c | 6 ++---- C++/syntax_test_cpp.cpp | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/C++/syntax_test_c.c b/C++/syntax_test_c.c index 44874b80cd..3f90fb6f52 100644 --- a/C++/syntax_test_c.c +++ b/C++/syntax_test_c.c @@ -356,8 +356,7 @@ int disabled_func() { #endif #if 0000000 -/* - ^^^^^^^ meta.number constant.numeric.value +/* ^^^^^^^ meta.number constant.numeric.value */ #endif @@ -372,8 +371,7 @@ int disabled_func() { #endif #if 0090 -/* - ^^^^ meta.number constant.numeric.value +/* ^^^^ meta.number constant.numeric.value */ #endif diff --git a/C++/syntax_test_cpp.cpp b/C++/syntax_test_cpp.cpp index becdfcacff..ab95fdab01 100644 --- a/C++/syntax_test_cpp.cpp +++ b/C++/syntax_test_cpp.cpp @@ -249,14 +249,12 @@ some_namespace::some_function(int a_parameter, double another_parameter) { #endif #if 0000000 -/* - ^^^^^^^ meta.number constant.numeric.value +/* ^^^^^^^ meta.number constant.numeric.value */ #endif #if 0090 -/* - ^^^^ meta.number constant.numeric.value +/* ^^^^ meta.number constant.numeric.value */ #endif