From 83aa70d7e3dba557d1812fe436082098cdf90c9a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 27 Mar 2013 11:30:38 -0700 Subject: [PATCH] another pub fn for check-fast --- src/test/run-pass/newtype-struct-with-dtor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/newtype-struct-with-dtor.rs b/src/test/run-pass/newtype-struct-with-dtor.rs index f4a059018d2..b33bfa0388a 100644 --- a/src/test/run-pass/newtype-struct-with-dtor.rs +++ b/src/test/run-pass/newtype-struct-with-dtor.rs @@ -11,7 +11,7 @@ impl Drop for Fd { } } -fn main() { +pub fn main() { }