fix compiler command in testcc
commit39b1f468b09d94cac6ec65a8c0fbc210e3c9989e
authorEugene Sharygin <eush@ispras.ru>
Fri, 6 Oct 2017 16:34:50 +0000 (6 19:34 +0300)
committerQuentin Carbonneaux <quentin@c9x.me>
Sat, 7 Oct 2017 19:19:18 +0000 (7 21:19 +0200)
tree56c0b9ed7e7be98f33237ba7e77199471062617c
parente54f7a0fda867f4cc7ae42bfaa6e38ad26034f7f
fix compiler command in testcc

This commit adds missing quotation marks around the argument to the
function, and changes the value of `-x' option to `c` (lowercase) as per
GCC manual [1].

[1]: https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Overall-Options.html
tools/test.sh