about summary refs log tree commit diff
path: root/tests/ui/traits/inheritance/overloading-xc-exe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/inheritance/overloading-xc-exe.rs')
-rw-r--r--tests/ui/traits/inheritance/overloading-xc-exe.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/traits/inheritance/overloading-xc-exe.rs b/tests/ui/traits/inheritance/overloading-xc-exe.rs
index 08778061ba1..356b6c7d866 100644
--- a/tests/ui/traits/inheritance/overloading-xc-exe.rs
+++ b/tests/ui/traits/inheritance/overloading-xc-exe.rs
@@ -1,5 +1,5 @@
-// run-pass
-// aux-build:overloading_xc.rs
+//@ run-pass
+//@ aux-build:overloading_xc.rs
 
 
 extern crate overloading_xc;