1
Fork 0

test: fix arg_type test

This commit is contained in:
unvalley 2022-11-27 14:49:30 +09:00 committed by Lukas Wirth
parent 13267adb12
commit 29f3d7dee7

View file

@ -262,8 +262,6 @@ mod tests {
.unwrap() .unwrap()
.1, .1,
vec![ vec![
Arg::Ident("_ident".to_owned()),
Arg::Ident("r#raw_ident".to_owned()),
Arg::Expr("expr.obj".to_owned()), Arg::Expr("expr.obj".to_owned()),
Arg::Expr("name {thing: 42}".to_owned()), Arg::Expr("name {thing: 42}".to_owned()),
Arg::Placeholder Arg::Placeholder