Fix tests output.
This commit is contained in:
@@ -10,8 +10,8 @@ error: duplicated function 'foo'
|
||||
17 | pub fn foo(input: Point) -> bool {
|
||||
| ^^^
|
||||
|
||||
error[E0433]: failed to resolve: use of undeclared type or module `test_module`
|
||||
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
||||
--> $DIR/rhai_fn_rename_collision_oneattr.rs:27:8
|
||||
|
|
||||
27 | if test_module::test_fn(n) {
|
||||
| ^^^^^^^^^^^ use of undeclared type or module `test_module`
|
||||
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|
||||
|
Reference in New Issue
Block a user