diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-02 16:45:00 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-02 22:11:46 -0700 |
| commit | f1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd (patch) | |
| tree | d993d819f17a9d95b274015d504a073e7915e671 /src/comp/front | |
| parent | 6217ce958e4b1007ca9e49751dba1aa1b68fbe67 (diff) | |
| download | rust-f1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd.tar.gz rust-f1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd.zip | |
Rename ty_istr to ty_str. Issue #855
Diffstat (limited to 'src/comp/front')
| -rw-r--r-- | src/comp/front/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/test.rs b/src/comp/front/test.rs index 997ca4e47a7..680b422f402 100644 --- a/src/comp/front/test.rs +++ b/src/comp/front/test.rs @@ -286,7 +286,7 @@ fn mk_test_desc_rec(cx: &test_ctxt, test: test) -> @ast::expr { fn mk_main(cx: &test_ctxt) -> @ast::item { - let args_mt: ast::mt = {ty: @nospan(ast::ty_istr), mut: ast::imm}; + let args_mt: ast::mt = {ty: @nospan(ast::ty_str), mut: ast::imm}; let args_ty: ast::ty = nospan(ast::ty_vec(args_mt)); let args_arg: ast::arg = |
