]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppe
authorkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 09:51:27 +0000 (17:51 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 14:43:40 +0000 (22:43 +0800)
Make compiletest do exact matching on triples

This avoids the issues of the previous substring matching, ensuring `ARCH_TABLE` and `OS_TABLE` will no longer contain redundant entries. Fixes #48893.

r? @rkruppe


Trivial merge