Skip to content

Commit 47c602e

Browse files
committed
CI: adjust syntax tests
1 parent e478910 commit 47c602e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/_Syntax_Failure/syntax_test_fail.c++

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
/* foo */
1111
// ^ source.c comment.block
12-
// <- punctuation.definition.comment.c
13-
// ^ punctuation.definition.comment.c
12+
// <- punctuation.definition.comment
13+
// ^ punctuation.definition.comment
1414

1515
#include "stdio.h"
1616
// <- meta.preprocessor

tests/_Syntax_Success/syntax_test_success.c++

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
/* foo */
1111
// ^ source.c comment.block
12-
// <- punctuation.definition.comment.c
13-
// ^ punctuation.definition.comment.c
12+
// <- punctuation.definition.comment
13+
// ^ punctuation.definition.comment
1414

1515
#include "stdio.h"
1616
// <- meta.preprocessor

0 commit comments

Comments
 (0)