compiletest: only use make_exe_name for tests that end up being executed.

This commit is contained in:
Eduard-Mihai Burtescu
2019-05-02 05:06:08 +03:00
parent 9a2ee0aaef
commit f0e43fc986
5 changed files with 25 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
// compile-pass
// FIXME(eddyb) shorten the name so windows doesn't choke on it.
#![crate_name = "trait_test"]
// Regression test related to #56288. Check that a supertrait projection (of
// `Output`) that references `Self` is ok if there is another occurence of
// the same supertrait that specifies the projection explicitly, even if