about summary refs log tree commit diff
path: root/tests/ui/coherence/coherence-overlap-negative-trait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coherence/coherence-overlap-negative-trait.rs')
-rw-r--r--tests/ui/coherence/coherence-overlap-negative-trait.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/coherence/coherence-overlap-negative-trait.rs b/tests/ui/coherence/coherence-overlap-negative-trait.rs
index 8059d23ffd2..f026cf75d0b 100644
--- a/tests/ui/coherence/coherence-overlap-negative-trait.rs
+++ b/tests/ui/coherence/coherence-overlap-negative-trait.rs
@@ -1,5 +1,5 @@
-// check-pass
-// aux-build:error_lib.rs
+//@ check-pass
+//@ aux-build:error_lib.rs
 //
 // Check that if we promise to not impl what would overlap it doesn't actually overlap