diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2013-03-27 11:30:38 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2013-03-27 11:30:38 -0700 |
| commit | 83aa70d7e3dba557d1812fe436082098cdf90c9a (patch) | |
| tree | 16213cb0be29171f39b95d506fd4b97b67f5fbcc | |
| parent | fad05591e5e421f0b43a906e18e7a26ebe92d07d (diff) | |
| download | rust-83aa70d7e3dba557d1812fe436082098cdf90c9a.tar.gz rust-83aa70d7e3dba557d1812fe436082098cdf90c9a.zip | |
another pub fn for check-fast
| -rw-r--r-- | src/test/run-pass/newtype-struct-with-dtor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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() { } |
