tests: rename test cases to match new behaviour

This commit is contained in:
Xiretza 2022-12-27 20:34:09 +01:00
parent 0757d5f83f
commit ac9c66bff5
4 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
error: missing `struct` for struct definition
--> $DIR/pub-ident-fn-3.rs:4:8
--> $DIR/pub-ident-struct-2.rs:4:8
|
LL | pub bar();
| ^

View file

@ -1,5 +1,5 @@
error: missing `struct` for struct definition
--> $DIR/pub-ident-fn-or-struct-2.rs:1:4
--> $DIR/pub-ident-struct-3.rs:1:4
|
LL | pub S();
| ^