]> git.saurik.com Git - bison.git/commit
tests: please clang and use ".cc", not ".c", for C++ input
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 28 Jan 2013 15:50:50 +0000 (16:50 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 28 Jan 2013 16:46:13 +0000 (17:46 +0100)
commit5cf79ede6143aa56ff6e41d8d39ad2142f20f01c
tree6aac4c81427de8ebb51d6eed60f45c0d09f3dcdc
parent1b92213969eee301208b6ad6f1225eb806c91a87
tests: please clang and use ".cc", not ".c", for C++ input

When fed with foo.c, clang++ 3.2 answers:

  clang: error: treating 'c' input as 'c++' when in C++ mode,
                this behavior is deprecated

* tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use *.cc and *.hh
for C++.
tests/output.at