Re-bless ui tests

This commit is contained in:
J Henry Waugh
2020-09-12 22:57:17 -05:00
parent b1f23ac3ed
commit 381e80179e
12 changed files with 24 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ error: property setter requires exactly 2 arguments
13 | pub fn test_fn(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_setter_signature.rs:23:8
|
23 | if test_module::test_fn(n) {
| ^^^^^^^^^^^ use of undeclared type or module `test_module`
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`