Skip to content

Commit dbbe4fe

Browse files
committed
fix antlr4 error messages
1 parent a34e81a commit dbbe4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/fq/libs/row_dispatcher/format_handler/ut/topic_filter_ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Y_UNIT_TEST_SUITE(TestPurecalcFilter) {
479479
}
480480

481481
Y_UNIT_TEST_F(CompilationValidation, TFilterFixture) {
482-
CompileError = {EStatusId::INTERNAL_ERROR, "Error: mismatched input '.'"};
482+
CompileError = {EStatusId::INTERNAL_ERROR, "Error: extraneous input '(' expecting {<EOF>, ';'}"};
483483
auto consumer = MakeConsumer(
484484
{{"a1", "[DataType; String]"}},
485485
"",
@@ -767,7 +767,7 @@ Y_UNIT_TEST_SUITE(TestFilterSet) {
767767
}
768768

769769
Y_UNIT_TEST_F(CompilationValidation, TFilterSetFixture) {
770-
CompileError = {EStatusId::INTERNAL_ERROR, "Error: mismatched input '.'"};
770+
CompileError = {EStatusId::INTERNAL_ERROR, "Error: extraneous input '(' expecting {<EOF>, ';'}"};
771771

772772
auto consumer = MakeConsumer(
773773
{{"a1", "[DataType; String]"}},

0 commit comments

Comments
 (0)