Skip to content

Commit 639e4ba

Browse files
committed
Fix typo in test name
1 parent 2794f10 commit 639e4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fn no_panic() {
167167
}
168168

169169
#[test]
170-
fn tricky_doc_commaent() {
170+
fn tricky_doc_comment() {
171171
let stream = "/**/".parse::<proc_macro2::TokenStream>().unwrap();
172172
let tokens = stream.into_iter().collect::<Vec<_>>();
173173
assert!(tokens.is_empty(), "not empty -- {:?}", tokens);

0 commit comments

Comments
 (0)