commit | 89c8ef792f7e7641abfac421ba1e8f90384883ec | [log] [tgz] |
---|---|---|
author | Graydon Hoare <[email protected]> | Sat Feb 02 03:43:17 2013 |
committer | Graydon Hoare <[email protected]> | Sat Feb 02 03:43:17 2013 |
tree | 676c75543864e5a81ba54449cc748981da00c497 | |
parent | e5e52d2437e239e16bab231903d2e72d16b26648 [diff] [blame] |
check-fast fallout from removing export, r=burningtree
diff --git a/src/test/run-pass/trait-inheritance-diamond.rs b/src/test/run-pass/trait-inheritance-diamond.rs index 83e9085..4204264 100644 --- a/src/test/run-pass/trait-inheritance-diamond.rs +++ b/src/test/run-pass/trait-inheritance-diamond.rs
@@ -29,7 +29,7 @@ assert x.d() == 40; } -fn main() { +pub fn main() { let value = &S { bogus: () }; f(value); } \ No newline at end of file