From dc5185111ebda21ae37b56d98b1cdf1a9267663b Mon Sep 17 00:00:00 2001 From: Bill King Date: Fri, 13 May 2011 17:00:07 +0200 Subject: [PATCH] make autotests compile again. --- tests/tools/qml-ast2dot/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools/qml-ast2dot/main.cpp b/tests/tools/qml-ast2dot/main.cpp index d3fd23c90e7..a49250709b4 100644 --- a/tests/tools/qml-ast2dot/main.cpp +++ b/tests/tools/qml-ast2dot/main.cpp @@ -232,7 +232,7 @@ protected: // visiting methods: terminal(ast->typeToken); terminal(ast->identifierToken); terminal(ast->colonToken); - nonterminal(ast->expression); + nonterminal(ast->statement); nonterminal(ast->binding); terminal(ast->semicolonToken); return false;