summaryrefslogtreecommitdiff
path: root/tests/tools
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2011-05-13 17:00:07 +0200
committerBill King <bill.king@nokia.com>2011-05-13 17:00:58 +0200
commitdc5185111ebda21ae37b56d98b1cdf1a9267663b (patch)
tree8a05d34f6e59282f01a21718d5fa5118a0ce0e28 /tests/tools
parent8ec8435585b08782c25580c54d132813e67f1435 (diff)
downloadqt-creator-dc5185111ebda21ae37b56d98b1cdf1a9267663b.tar.gz
make autotests compile again.
Diffstat (limited to 'tests/tools')
-rw-r--r--tests/tools/qml-ast2dot/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/qml-ast2dot/main.cpp b/tests/tools/qml-ast2dot/main.cpp
index d3fd23c90e..a49250709b 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;