Skip to content

Commit adad1a6

Browse files
committed
Update trybuild test output
I don't understand why it's $DIR for some of the tests and tests/ui for the others. Perhaps this is something upstream should have considered?
1 parent b984183 commit adad1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative/tests/ui/derive_fail_methods.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: cannot find attribute `method` in this scope
2-
--> $DIR/derive_fail_methods.rs:12:7
2+
--> tests/ui/derive_fail_methods.rs:12:7
33
|
44
12 | #[method]
55
| ^^^^^^ help: an attribute macro with a similar name exists: `methods`

0 commit comments

Comments
 (0)