summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs')
-rw-r--r--src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs b/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
deleted file mode 100644
index 2664ef550..000000000
--- a/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-pub trait TheTrait<T> {
- fn the_fn(&self);
-}