From 5eccf849193f3de8da050eac960bc7f5df104c2f Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Mon, 10 Sep 2012 15:24:42 -0700 Subject: [PATCH] Capitalize Copy trait in test --- src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs b/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs index 08b2afc773e4..7cc1e1061d12 100644 --- a/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs +++ b/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs @@ -13,7 +13,7 @@ impl int: Serializable { struct F { a: A } -impl F: Serializable { +impl F: Serializable { fn serialize(s: S) { self.a.serialize(s); }