diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-29 21:26:21 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-29 21:27:37 -0800 |
| commit | fa13fd9d64c3ed60a65e5897467b2d3742aa933f (patch) | |
| tree | be018b45197fc9d9dc561d3fd8807a00203540bf /src/test/run-fail | |
| parent | cad4918b2af71b0d35f263ac168c442f8d266600 (diff) | |
| download | rust-fa13fd9d64c3ed60a65e5897467b2d3742aa933f.tar.gz rust-fa13fd9d64c3ed60a65e5897467b2d3742aa933f.zip | |
rt: Remove set_min_stack
Diffstat (limited to 'src/test/run-fail')
| -rw-r--r-- | src/test/run-fail/morestack4.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/run-fail/morestack4.rs b/src/test/run-fail/morestack4.rs index b36372d74e1..8f0ccec560f 100644 --- a/src/test/run-fail/morestack4.rs +++ b/src/test/run-fail/morestack4.rs @@ -4,10 +4,6 @@ use std; -native mod rustrt { - fn set_min_stack(size: uint); -} - fn getbig_and_fail(&&i: int) { let r = and_then_get_big_again(@0); if i != 0 { @@ -21,7 +17,6 @@ resource and_then_get_big_again(_i: @int) { } fn main() { - rustrt::set_min_stack(256u); task::spawn {|| getbig_and_fail(1); }; |
