diff options
author | Bill King <bill.king@nokia.com> | 2011-05-13 17:00:07 +0200 |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2011-05-13 17:00:58 +0200 |
commit | dc5185111ebda21ae37b56d98b1cdf1a9267663b (patch) | |
tree | 8a05d34f6e59282f01a21718d5fa5118a0ce0e28 /tests/tools/qml-ast2dot/main.cpp | |
parent | 8ec8435585b08782c25580c54d132813e67f1435 (diff) | |
download | qt-creator-dc5185111ebda21ae37b56d98b1cdf1a9267663b.tar.gz |
make autotests compile again.
Diffstat (limited to 'tests/tools/qml-ast2dot/main.cpp')
-rw-r--r-- | tests/tools/qml-ast2dot/main.cpp | 2 |
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; |