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/const-fields-and-indexing.rs b/src/test/run-pass/const-fields-and-indexing.rs index 6dccecb..a417ad3 100644 --- a/src/test/run-pass/const-fields-and-indexing.rs +++ b/src/test/run-pass/const-fields-and-indexing.rs
@@ -25,7 +25,7 @@ e: 40}}; const m : int = k.c.e; -fn main() { +pub fn main() { io::println(fmt!("%?", p)); io::println(fmt!("%?", q)); io::println(fmt!("%?", t));