about summary refs log tree commit diff
path: root/src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2019-05-02 05:06:08 +0300
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2019-05-07 04:49:54 +0300
commitf0e43fc98671f76f7cdcc07cfa17fb2362c132ea (patch)
tree137dace7a1508fa8db1b8bccbaafef6f77cbebf3 /src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs
parent9a2ee0aaef1dfe835c65359b2b07721953ea7040 (diff)
downloadrust-f0e43fc98671f76f7cdcc07cfa17fb2362c132ea.tar.gz
rust-f0e43fc98671f76f7cdcc07cfa17fb2362c132ea.zip
compiletest: only use `make_exe_name` for tests that end up being executed.
Diffstat (limited to 'src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs')
-rw-r--r--src/test/ui/traits/trait-object-with-self-in-projection-output-repeated-supertrait.rs3
1 files changed, 3 insertions, 0 deletions
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