]> git.saurik.com Git - bison.git/commit
tests: java: avoid recent Java features
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 10 Feb 2015 13:56:01 +0000 (14:56 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 10 Feb 2015 13:56:12 +0000 (14:56 +0100)
commit3d75e7de1e01610a4be1b4d7e08f0df015c89b71
tree4fcf260cebd108a4ddb159104a2182177cbe6dc2
parent952416114729b95209dccfc4edacfc1ff13b4e82
tests: java: avoid recent Java features

Tests 463 and 464 fail with Java 1.4 compilers.

Reported by Michael Felt.
<http://lists.gnu.org/archive/html/bug-bison/2015-01/msg00091.html>

* tests/javapush.at: Use StringBuffer instead of StringBuilder.
tests/javapush.at