Skip to content

Commit

Permalink
Update LangString::parse usage in markdown tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 23, 2020
1 parent 96a352e commit 977603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/markdown/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn test_lang_string_parse() {
edition: Option<Edition>,
) {
assert_eq!(
LangString::parse(s, ErrorCodes::Yes, true),
LangString::parse(s, ErrorCodes::Yes, true, None),
LangString {
should_panic,
no_run,
Expand Down

0 comments on commit 977603c

Please sign in to comment.