From f0e43fc98671f76f7cdcc07cfa17fb2362c132ea Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Thu, 2 May 2019 05:06:08 +0300 Subject: compiletest: only use `make_exe_name` for tests that end up being executed. --- .../trait-object-with-self-in-projection-output-repeated-supertrait.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs') diff --git a/src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs b/src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs index 46c083f9305..3e9f612a2af 100644 --- a/src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs +++ b/src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs @@ -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 -- cgit 1.4.1-3-g733a5