Skip to content

Commit

Permalink
syntax: Fix fun_to_str test
Browse files Browse the repository at this point in the history
  • Loading branch information
z0w0 committed Mar 16, 2013
1 parent 4f23850 commit d597a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/print/pprust.rs
Expand Up @@ -2259,7 +2259,7 @@ pub mod test {
cf: ast::return_val
};
let generics = ast_util::empty_generics();
check_equal (&fun_to_str(&decl, abba_ident, &generics, mock_interner),
check_equal (&fun_to_str(&decl, abba_ident, None, &generics, mock_interner),
&~"fn abba()");
}

Expand Down

4 comments on commit d597a19

@bors
Copy link
Contributor

@bors bors commented on d597a19 Mar 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on d597a19 Mar 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging z0w0/rust/rustdoc-explicit-self = d597a19 into auto

@bors
Copy link
Contributor

@bors bors commented on d597a19 Mar 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

z0w0/rust/rustdoc-explicit-self = d597a19 merged ok, testing candidate = 0a855e71

@bors
Copy link
Contributor

@bors bors commented on d597a19 Mar 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.