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: conflicting setter
12 | #[rhai_fn(name = "foo", set = "foo", set = "bar")]
| ^^^^^^^^^^^
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_multiple.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`