diff options
Diffstat (limited to 'tests/ui/traits/conditional-dispatch.rs')
| -rw-r--r-- | tests/ui/traits/conditional-dispatch.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/conditional-dispatch.rs b/tests/ui/traits/conditional-dispatch.rs index dd882dce666..434b629818b 100644 --- a/tests/ui/traits/conditional-dispatch.rs +++ b/tests/ui/traits/conditional-dispatch.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass // Test that we are able to resolve conditional dispatch. Here, the // blanket impl for T:Copy coexists with an impl for Box<T>, because // Box does not impl Copy.  | 
