Skip to content

Commit

Permalink
Merge pull request #22 from dtolnay/regression
Browse files Browse the repository at this point in the history
Rename test case to not conflict with macro name
  • Loading branch information
dtolnay authored Aug 7, 2018
2 parents 837e9ae + 2397889 commit 09849e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/run-pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fn trailing_whitespace() {

#[cfg(feature = "unstable")]
#[test]
fn format() {
fn indoc_as_format_string() {
let s = format!(indoc!("{}"), true);
assert_eq!(s, "true");
}

0 comments on commit 09849e2

Please sign in to comment.