summaryrefslogtreecommitdiffstats
path: root/test/CC/gcc-non-utf8-fixture
Commit message (Collapse)AuthorAgeFilesLines
* Fix gcc-version test for WindowsMats Wichmann2021-11-091-2/+0
| | | | | | | | | | | A constructed string containing the Python path wasn't listed as a raw string, which led to a unicode error, because the path string contained a \Users which was misinterpreted as a Unicode escape. Also had left a debug print in a script. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add a testcase for gcc -version returning non-utf8Mats Wichmann2021-10-033-0/+20
Signed-off-by: Mats Wichmann <mats@linux.com>