aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2025-11-25 13:40:53 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2025-11-26 16:14:13 +0100
commitdaedd50dc15b2cbad3aef6ab3f34e2eacfb3457f (patch)
tree906c75b512530187632c0d6b2d954c99006b8f34 /src
parent80103fd72215c32c8bc732d082d65fc6f6e009fd (diff)
qqlmjs.g: Remove expect statement
We do, in fact, not expect any parsing conflict. Change-Id: I2df5e27f42dbdd7660eb0383da3c2bb01c6fc84e Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/parser/qqmljs.g1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/parser/qqmljs.g b/src/qml/parser/qqmljs.g
index 0a6c01c925..2d29850c4e 100644
--- a/src/qml/parser/qqmljs.g
+++ b/src/qml/parser/qqmljs.g
@@ -5,7 +5,6 @@
%parser QQmlJSGrammar
%decl qqmljsparser_p.h
%impl qqmljsparser.cpp
-%expect 1
%token T_AND "&" T_AND_AND "&&" T_AND_EQ "&="
%token T_BREAK "break" T_CASE "case" T_CATCH "catch"